Html Css Color HEX #C96DC2 Orchid

📋 copy color: '#C96DC2'

red 201 ◦ green 109 ◦ blue 194

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

Shades of Orchid #C96DC2

Tints of Orchid #C96DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 39.88%
G = 21.63%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C96DC2 (or 0xC96DC2) is known color: Orchid. HEX triplet: C9, 6D and C2. RGB value is (201,109,194). Sum of RGB (Red+Green+Blue) = 201+109+194=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DC2 is #36923D. Grayscale: #919191. Windows color (decimal): -3576382 or 12742089. OLE color: 12742089.

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

Color convert

RGB 201 109 194 -
CMYK 0 0.46 0.03 0.21
HSL 304.57º 0.46% 0.61% -
HSV(B) 304.57º 0.46% 0.79% -
XYZ 39.29 27.25 54.23 -
YUV 146.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 201 109 194 0 0.46 0.03 0.21 304.57 0.46 0.61
Hex C9 6D C2 0 2E 3 15 131 2E 3D
Octal 311 155 302 0 56 3 25 461 56 75
Binary 11001001 1101101 11000010 0 101110 11 10101 100110001 101110 111101

Color Harmonies of #C96DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DC2

Black with #C96DC2

Text Example


Text Example

White with #C96DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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