#C968D0

Color #C968D0 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C968D0

Tints of Orchid #C968D0

Color information

#C968D0 (or 0xC968D0) is unknown color: approx Orchid. HEX triplet: C9, 68 and D0. RGB value is (201,104,208). Sum of RGB (Red+Green+Blue) = 201+104+208=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #C968D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968D0 is #36972F. Grayscale: #909090. Windows color (decimal): -3577648 or 13658313. OLE color: 13658313.

HSL color Cylindrical-coordinate representation of color #C968D0: hue angle of 295.96º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C968D0 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201104208-
CMYK0.030.500.18
HSL295.96º52.53%61.18%-
HSV(B)295.96º50%81.57%-
XYZ40.4226.8762.73-
YUV144.86163.64168.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 104 (41.02% from 255) = 20.27%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=39.18%
G=20.27%
B=40.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011042080.030.500.18295.9652.5361.18
HexC968D0332012128353d
Octal3111503203620224506575
Binary1100100111010001101000011110010010010100101000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C968D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C968D0; }

 p { color: rgb(201,104,208); }

 H1.HeaderClassName
 {
   color: #C968D0;
 }
 .AnyTagClassName
 {
   color: #C968D0;
 }
</style>
background-color css

<style>
 a { background-color: #C968D0; }

 a { background-color: rgb(201,104,208); }

 div.DivClassName
 {
   background-color: #C968D0;
 }
 .BgClassName
 {
   background-color: #C968D0;
 }
</style>
border-color css

<style>
 span { border-color: #C968D0; }

 span { border-color: rgb(201,104,208); }

 td.TdClassName
 {
   border-color: #C968D0;
 }
 .TagClassName
 {
   border-color: #C968D0;
 }
</style>