Html Css Color HEX #C96EC6 Orchid

📋 copy color: '#C96EC6'

red 201 ◦ green 110 ◦ blue 198

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

Shades of Orchid #C96EC6

Tints of Orchid #C96EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.61%

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

R = 39.49%
G = 21.61%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C96EC6 (or 0xC96EC6) is known color: Orchid. HEX triplet: C9, 6E and C6. RGB value is (201,110,198). Sum of RGB (Red+Green+Blue) = 201+110+198=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EC6 is #369139. Grayscale: #929292. Windows color (decimal): -3576122 or 13004489. OLE color: 13004489.

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

Color convert

RGB 201 110 198 -
CMYK 0 0.45 0.01 0.21
HSL 301.98º 0.46% 0.61% -
HSV(B) 301.98º 0.45% 0.79% -
XYZ 39.86 27.65 56.66 -
YUV 147.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 201 110 198 0 0.45 0.01 0.21 301.98 0.46 0.61
Hex C9 6E C6 0 2D 1 15 12E 2E 3D
Octal 311 156 306 0 55 1 25 456 56 75
Binary 11001001 1101110 11000110 0 101101 1 10101 100101110 101110 111101

Color Harmonies of #C96EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EC6

Black with #C96EC6

Text Example


Text Example

White with #C96EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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