Html Css Color HEX #C966D6 Orchid

📋 copy color: '#C966D6'

red 201 ◦ green 102 ◦ blue 214

#C966D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C966D6

Tints of Orchid #C966D6

RGB

 RED value IS 201 (78.91% from 255) = 38.88%

 GREEN value IS 102 (40.23% from 255) = 19.73%

 BLUE value IS 214 (83.98% from 255) = 41.39%

R = 38.88%
G = 19.73%
B = 41.39%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C966D6 (or 0xC966D6) is known color: Orchid. HEX triplet: C9, 66 and D6. RGB value is (201,102,214). Sum of RGB (Red+Green+Blue) = 201+102+214=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #C966D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966D6 is #369929. Grayscale: #909090. Windows color (decimal): -3578154 or 14051017. OLE color: 14051017.

HSL color Cylindrical-coordinate representation of color #C966D6: hue angle of 293.04º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C966D6 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 102 214 -
CMYK 0.06 0.52 0 0.16
HSL 293.04º 0.58% 0.62% -
HSV(B) 293.04º 0.52% 0.84% -
XYZ 40.98 26.78 66.63 -
YUV 144.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 201 102 214 0.06 0.52 0 0.16 293.04 0.58 0.62
Hex C9 66 D6 6 34 0 10 125 3A 3E
Octal 311 146 326 6 64 0 20 445 72 76
Binary 11001001 1100110 11010110 110 110100 0 10000 100100101 111010 111110

Color Harmonies of #C966D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966D6

Black with #C966D6

Text Example


Text Example

White with #C966D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966D6; }

 p { color: rgb(201,102,214); }

 H1.HeaderClassName
 {
   color: #C966D6;
 }
 .AnyTagClassName
 {
   color: #C966D6;
 }
</style>

background-color css

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

 a { background-color: rgb(201,102,214); }

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

border-color css

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

 span { border-color: rgb(201,102,214); }

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