Html Css Color HEX #C962DB Medium Orchid

📋 copy color: '#C962DB'

red 201 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #C962DB

Tints of Medium Orchid #C962DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.92%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 38.8%
G = 18.92%
B = 42.28%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C962DB (or 0xC962DB) is known color: Medium Orchid. HEX triplet: C9, 62 and DB. RGB value is (201,98,219). Sum of RGB (Red+Green+Blue) = 201+98+219=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C962DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962DB is #369D24. Grayscale: #8E8E8E. Windows color (decimal): -3579173 or 14377673. OLE color: 14377673.

HSL color Cylindrical-coordinate representation of color #C962DB: hue angle of 291.07º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C962DB is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 98 219 -
CMYK 0.08 0.55 0 0.14
HSL 291.07º 0.63% 0.62% -
HSV(B) 291.07º 0.55% 0.86% -
XYZ 41.24 26.27 69.91 -
YUV 142.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 201 98 219 0.08 0.55 0 0.14 291.07 0.63 0.62
Hex C9 62 DB 8 37 0 E 123 3F 3E
Octal 311 142 333 10 67 0 16 443 77 76
Binary 11001001 1100010 11011011 1000 110111 0 1110 100100011 111111 111110

Color Harmonies of #C962DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962DB

Black with #C962DB

Text Example


Text Example

White with #C962DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962DB; }

 p { color: rgb(201,98,219); }

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

background-color css

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

 a { background-color: rgb(201,98,219); }

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

border-color css

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

 span { border-color: rgb(201,98,219); }

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