Html Css Color HEX #C96ECB Orchid

📋 copy color: '#C96ECB'

red 201 ◦ green 110 ◦ blue 203

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

Shades of Orchid #C96ECB

Tints of Orchid #C96ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.4%

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

R = 39.11%
G = 21.4%
B = 39.49%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C96ECB (or 0xC96ECB) is known color: Orchid. HEX triplet: C9, 6E and CB. RGB value is (201,110,203). Sum of RGB (Red+Green+Blue) = 201+110+203=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C96ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ECB is #369134. Grayscale: #939393. Windows color (decimal): -3576117 or 13332169. OLE color: 13332169.

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

Color convert

RGB 201 110 203 -
CMYK 0.01 0.46 0 0.20
HSL 298.71º 0.47% 0.61% -
HSV(B) 298.71º 0.46% 0.8% -
XYZ 40.44 27.88 59.75 -
YUV 147.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 201 110 203 0.01 0.46 0 0.20 298.71 0.47 0.61
Hex C9 6E CB 1 2E 0 14 12B 2F 3D
Octal 311 156 313 1 56 0 24 453 57 75
Binary 11001001 1101110 11001011 1 101110 0 10100 100101011 101111 111101

Color Harmonies of #C96ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ECB

Black with #C96ECB

Text Example


Text Example

White with #C96ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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