Html Css Color HEX #C96CCB Orchid

📋 copy color: '#C96CCB'

red 201 ◦ green 108 ◦ blue 203

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

Shades of Orchid #C96CCB

Tints of Orchid #C96CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 39.26%
G = 21.09%
B = 39.65%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C96CCB (or 0xC96CCB) is known color: Orchid. HEX triplet: C9, 6C and CB. RGB value is (201,108,203). Sum of RGB (Red+Green+Blue) = 201+108+203=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C96CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CCB is #369334. Grayscale: #929292. Windows color (decimal): -3576629 or 13331657. OLE color: 13331657.

HSL color Cylindrical-coordinate representation of color #C96CCB: hue angle of 298.74º 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 #C96CCB is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 108 203 -
CMYK 0.01 0.47 0 0.20
HSL 298.74º 0.48% 0.61% -
HSV(B) 298.74º 0.47% 0.8% -
XYZ 40.23 27.45 59.68 -
YUV 146.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 201 108 203 0.01 0.47 0 0.20 298.74 0.48 0.61
Hex C9 6C CB 1 2F 0 14 12B 30 3D
Octal 311 154 313 1 57 0 24 453 60 75
Binary 11001001 1101100 11001011 1 101111 0 10100 100101011 110000 111101

Color Harmonies of #C96CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CCB

Black with #C96CCB

Text Example


Text Example

White with #C96CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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