Html Css Color HEX #C96FC0 Orchid

📋 copy color: '#C96FC0'

red 201 ◦ green 111 ◦ blue 192

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

Shades of Orchid #C96FC0

Tints of Orchid #C96FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 39.88%
G = 22.02%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C96FC0 (or 0xC96FC0) is known color: Orchid. HEX triplet: C9, 6F and C0. RGB value is (201,111,192). Sum of RGB (Red+Green+Blue) = 201+111+192=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FC0 is #36903F. Grayscale: #929292. Windows color (decimal): -3575872 or 12611529. OLE color: 12611529.

HSL color Cylindrical-coordinate representation of color #C96FC0: hue angle of 306º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96FC0 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 111 192 -
CMYK 0 0.45 0.04 0.21
HSL 306º 0.45% 0.61% -
HSV(B) 306º 0.45% 0.79% -
XYZ 39.29 27.59 53.12 -
YUV 147.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 201 111 192 0 0.45 0.04 0.21 306 0.45 0.61
Hex C9 6F C0 0 2D 4 15 132 2D 3D
Octal 311 157 300 0 55 4 25 462 55 75
Binary 11001001 1101111 11000000 0 101101 100 10101 100110010 101101 111101

Color Harmonies of #C96FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FC0

Black with #C96FC0

Text Example


Text Example

White with #C96FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FC0; }

 p { color: rgb(201,111,192); }

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

background-color css

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

 a { background-color: rgb(201,111,192); }

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

border-color css

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

 span { border-color: rgb(201,111,192); }

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