Html Css Color HEX #C96BCB Orchid

📋 copy color: '#C96BCB'

red 201 ◦ green 107 ◦ blue 203

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

Shades of Orchid #C96BCB

Tints of Orchid #C96BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.94%

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

R = 39.33%
G = 20.94%
B = 39.73%

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

#C96BCB (or 0xC96BCB) is known color: Orchid. HEX triplet: C9, 6B and CB. RGB value is (201,107,203). Sum of RGB (Red+Green+Blue) = 201+107+203=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #C96BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BCB is #369434. Grayscale: #919191. Windows color (decimal): -3576885 or 13331401. OLE color: 13331401.

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

Color convert

RGB 201 107 203 -
CMYK 0.01 0.47 0 0.20
HSL 298.75º 0.48% 0.61% -
HSV(B) 298.75º 0.47% 0.8% -
XYZ 40.12 27.24 59.64 -
YUV 146.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 201 107 203 0.01 0.47 0 0.20 298.75 0.48 0.61
Hex C9 6B CB 1 2F 0 14 12B 30 3D
Octal 311 153 313 1 57 0 24 453 60 75
Binary 11001001 1101011 11001011 1 101111 0 10100 100101011 110000 111101

Color Harmonies of #C96BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BCB

Black with #C96BCB

Text Example


Text Example

White with #C96BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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