Html Css Color HEX #C96DCE Orchid

📋 copy color: '#C96DCE'

red 201 ◦ green 109 ◦ blue 206

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

Shades of Orchid #C96DCE

Tints of Orchid #C96DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 38.95%
G = 21.12%
B = 39.92%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C96DCE (or 0xC96DCE) is known color: Orchid. HEX triplet: C9, 6D and CE. RGB value is (201,109,206). Sum of RGB (Red+Green+Blue) = 201+109+206=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C96DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DCE is #369231. Grayscale: #939393. Windows color (decimal): -3576370 or 13528521. OLE color: 13528521.

HSL color Cylindrical-coordinate representation of color #C96DCE: hue angle of 296.91º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96DCE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 109 206 -
CMYK 0.02 0.47 0 0.19
HSL 296.91º 0.5% 0.62% -
HSV(B) 296.91º 0.47% 0.81% -
XYZ 40.7 27.81 61.62 -
YUV 147.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 201 109 206 0.02 0.47 0 0.19 296.91 0.5 0.62
Hex C9 6D CE 2 2F 0 13 129 32 3E
Octal 311 155 316 2 57 0 23 451 62 76
Binary 11001001 1101101 11001110 10 101111 0 10011 100101001 110010 111110

Color Harmonies of #C96DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DCE

Black with #C96DCE

Text Example


Text Example

White with #C96DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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