Html Css Color HEX #C96DC6 Orchid

📋 copy color: '#C96DC6'

red 201 ◦ green 109 ◦ blue 198

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

Shades of Orchid #C96DC6

Tints of Orchid #C96DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 39.57%
G = 21.46%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C96DC6 (or 0xC96DC6) is known color: Orchid. HEX triplet: C9, 6D and C6. RGB value is (201,109,198). Sum of RGB (Red+Green+Blue) = 201+109+198=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DC6 is #369239. Grayscale: #929292. Windows color (decimal): -3576378 or 13004233. OLE color: 13004233.

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

Color convert

RGB 201 109 198 -
CMYK 0 0.46 0.01 0.21
HSL 301.96º 0.46% 0.61% -
HSV(B) 301.96º 0.46% 0.79% -
XYZ 39.75 27.43 56.63 -
YUV 146.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 201 109 198 0 0.46 0.01 0.21 301.96 0.46 0.61
Hex C9 6D C6 0 2E 1 15 12E 2E 3D
Octal 311 155 306 0 56 1 25 456 56 75
Binary 11001001 1101101 11000110 0 101110 1 10101 100101110 101110 111101

Color Harmonies of #C96DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DC6

Black with #C96DC6

Text Example


Text Example

White with #C96DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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