Html Css Color HEX #C96DCB Orchid

📋 copy color: '#C96DCB'

red 201 ◦ green 109 ◦ blue 203

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

Shades of Orchid #C96DCB

Tints of Orchid #C96DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

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

R = 39.18%
G = 21.25%
B = 39.57%

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

#C96DCB (or 0xC96DCB) is known color: Orchid. HEX triplet: C9, 6D and CB. RGB value is (201,109,203). Sum of RGB (Red+Green+Blue) = 201+109+203=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C96DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DCB is #369234. Grayscale: #929292. Windows color (decimal): -3576373 or 13331913. OLE color: 13331913.

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

Color convert

RGB 201 109 203 -
CMYK 0.01 0.46 0 0.20
HSL 298.72º 0.47% 0.61% -
HSV(B) 298.72º 0.46% 0.8% -
XYZ 40.34 27.67 59.71 -
YUV 147.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 201 109 203 0.01 0.46 0 0.20 298.72 0.47 0.61
Hex C9 6D CB 1 2E 0 14 12B 2F 3D
Octal 311 155 313 1 56 0 24 453 57 75
Binary 11001001 1101101 11001011 1 101110 0 10100 100101011 101111 111101

Color Harmonies of #C96DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DCB

Black with #C96DCB

Text Example


Text Example

White with #C96DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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