Html Css Color HEX #C96CD5 Orchid

📋 copy color: '#C96CD5'

red 201 ◦ green 108 ◦ blue 213

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

Shades of Orchid #C96CD5

Tints of Orchid #C96CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 38.51%
G = 20.69%
B = 40.8%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C96CD5 (or 0xC96CD5) is known color: Orchid. HEX triplet: C9, 6C and D5. RGB value is (201,108,213). Sum of RGB (Red+Green+Blue) = 201+108+213=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #C96CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CD5 is #36932A. Grayscale: #939393. Windows color (decimal): -3576619 or 13987017. OLE color: 13987017.

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

Color convert

RGB 201 108 213 -
CMYK 0.06 0.49 0 0.16
HSL 293.14º 0.56% 0.63% -
HSV(B) 293.14º 0.49% 0.84% -
XYZ 41.46 27.95 66.16 -
YUV 147.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 201 108 213 0.06 0.49 0 0.16 293.14 0.56 0.63
Hex C9 6C D5 6 31 0 10 125 38 3F
Octal 311 154 325 6 61 0 20 445 70 77
Binary 11001001 1101100 11010101 110 110001 0 10000 100100101 111000 111111

Color Harmonies of #C96CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CD5

Black with #C96CD5

Text Example


Text Example

White with #C96CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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