Html Css Color HEX #C96CDE Orchid

📋 copy color: '#C96CDE'

red 201 ◦ green 108 ◦ blue 222

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

Shades of Orchid #C96CDE

Tints of Orchid #C96CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.34%

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 37.85%
G = 20.34%
B = 41.81%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C96CDE (or 0xC96CDE) is known color: Orchid. HEX triplet: C9, 6C and DE. RGB value is (201,108,222). Sum of RGB (Red+Green+Blue) = 201+108+222=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #C96CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CDE is #369321. Grayscale: #949494. Windows color (decimal): -3576610 or 14576841. OLE color: 14576841.

HSL color Cylindrical-coordinate representation of color #C96CDE: hue angle of 288.95º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96CDE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 108 222 -
CMYK 0.09 0.51 0 0.13
HSL 288.95º 0.63% 0.65% -
HSV(B) 288.95º 0.51% 0.87% -
XYZ 42.63 28.42 72.35 -
YUV 148.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 201 108 222 0.09 0.51 0 0.13 288.95 0.63 0.65
Hex C9 6C DE 9 33 0 D 121 3F 41
Octal 311 154 336 11 63 0 15 441 77 101
Binary 11001001 1101100 11011110 1001 110011 0 1101 100100001 111111 1000001

Color Harmonies of #C96CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CDE

Black with #C96CDE

Text Example


Text Example

White with #C96CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CDE; }

 p { color: rgb(201,108,222); }

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

background-color css

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

 a { background-color: rgb(201,108,222); }

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

border-color css

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

 span { border-color: rgb(201,108,222); }

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