Html Css Color HEX #C96ACB Orchid

📋 copy color: '#C96ACB'

red 201 ◦ green 106 ◦ blue 203

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

Shades of Orchid #C96ACB

Tints of Orchid #C96ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.78%

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

R = 39.41%
G = 20.78%
B = 39.8%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C96ACB (or 0xC96ACB) is known color: Orchid. HEX triplet: C9, 6A and CB. RGB value is (201,106,203). Sum of RGB (Red+Green+Blue) = 201+106+203=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #C96ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ACB is #369534. Grayscale: #919191. Windows color (decimal): -3577141 or 13331145. OLE color: 13331145.

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

Color convert

RGB 201 106 203 -
CMYK 0.01 0.48 0 0.20
HSL 298.76º 0.48% 0.61% -
HSV(B) 298.76º 0.48% 0.8% -
XYZ 40.02 27.04 59.61 -
YUV 145.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 201 106 203 0.01 0.48 0 0.20 298.76 0.48 0.61
Hex C9 6A CB 1 30 0 14 12B 30 3D
Octal 311 152 313 1 60 0 24 453 60 75
Binary 11001001 1101010 11001011 1 110000 0 10100 100101011 110000 111101

Color Harmonies of #C96ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ACB

Black with #C96ACB

Text Example


Text Example

White with #C96ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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