Html Css Color HEX #C966CF Orchid

📋 copy color: '#C966CF'

red 201 ◦ green 102 ◦ blue 207

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

Shades of Orchid #C966CF

Tints of Orchid #C966CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 39.41%
G = 20%
B = 40.59%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C966CF (or 0xC966CF) is known color: Orchid. HEX triplet: C9, 66 and CF. RGB value is (201,102,207). Sum of RGB (Red+Green+Blue) = 201+102+207=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C966CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966CF is #369930. Grayscale: #8F8F8F. Windows color (decimal): -3578161 or 13592265. OLE color: 13592265.

HSL color Cylindrical-coordinate representation of color #C966CF: hue angle of 296.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C966CF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 102 207 -
CMYK 0.03 0.51 0 0.19
HSL 296.57º 0.52% 0.61% -
HSV(B) 296.57º 0.51% 0.81% -
XYZ 40.1 26.43 62.02 -
YUV 143.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 201 102 207 0.03 0.51 0 0.19 296.57 0.52 0.61
Hex C9 66 CF 3 33 0 13 129 34 3D
Octal 311 146 317 3 63 0 23 451 64 75
Binary 11001001 1100110 11001111 11 110011 0 10011 100101001 110100 111101

Color Harmonies of #C966CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966CF

Black with #C966CF

Text Example


Text Example

White with #C966CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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