Html Css Color HEX #C96DCC Orchid

📋 copy color: '#C96DCC'

red 201 ◦ green 109 ◦ blue 204

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

Shades of Orchid #C96DCC

Tints of Orchid #C96DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.21%

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 39.11%
G = 21.21%
B = 39.69%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C96DCC (or 0xC96DCC) is known color: Orchid. HEX triplet: C9, 6D and CC. RGB value is (201,109,204). Sum of RGB (Red+Green+Blue) = 201+109+204=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #C96DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DCC is #369233. Grayscale: #939393. Windows color (decimal): -3576372 or 13397449. OLE color: 13397449.

HSL color Cylindrical-coordinate representation of color #C96DCC: hue angle of 298.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96DCC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 109 204 -
CMYK 0.01 0.47 0 0.2
HSL 298.11º 0.48% 0.61% -
HSV(B) 298.11º 0.47% 0.8% -
XYZ 40.46 27.71 60.34 -
YUV 147.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 201 109 204 0.01 0.47 0 0.2 298.11 0.48 0.61
Hex C9 6D CC 1 2F 0 14 12A 30 3D
Octal 311 155 314 1 57 0 24 452 60 75
Binary 11001001 1101101 11001100 1 101111 0 10100 100101010 110000 111101

Color Harmonies of #C96DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DCC

Black with #C96DCC

Text Example


Text Example

White with #C96DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DCC; }

 p { color: rgb(201,109,204); }

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

background-color css

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

 a { background-color: rgb(201,109,204); }

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

border-color css

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

 span { border-color: rgb(201,109,204); }

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