Html Css Color HEX #C96CDD Orchid

📋 copy color: '#C96CDD'

red 201 ◦ green 108 ◦ blue 221

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

Shades of Orchid #C96CDD

Tints of Orchid #C96CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 37.92%
G = 20.38%
B = 41.7%

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

#C96CDD (or 0xC96CDD) is known color: Orchid. HEX triplet: C9, 6C and DD. RGB value is (201,108,221). Sum of RGB (Red+Green+Blue) = 201+108+221=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C96CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CDD is #369322. Grayscale: #949494. Windows color (decimal): -3576611 or 14511305. OLE color: 14511305.

HSL color Cylindrical-coordinate representation of color #C96CDD: hue angle of 289.38º degrees, saturation: 0.62, 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 #C96CDD is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 108 221 -
CMYK 0.09 0.51 0 0.13
HSL 289.38º 0.62% 0.65% -
HSV(B) 289.38º 0.51% 0.87% -
XYZ 42.5 28.36 71.64 -
YUV 148.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 201 108 221 0.09 0.51 0 0.13 289.38 0.62 0.65
Hex C9 6C DD 9 33 0 D 121 3E 41
Octal 311 154 335 11 63 0 15 441 76 101
Binary 11001001 1101100 11011101 1001 110011 0 1101 100100001 111110 1000001

Color Harmonies of #C96CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CDD

Black with #C96CDD

Text Example


Text Example

White with #C96CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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