Html Css Color HEX #C462DB Medium Orchid

📋 copy color: '#C462DB'

red 196 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #C462DB

Tints of Medium Orchid #C462DB

RGB

 RED value IS 196 (76.95% from 255) = 38.21%

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

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

R = 38.21%
G = 19.1%
B = 42.69%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C462DB (or 0xC462DB) is known color: Medium Orchid. HEX triplet: C4, 62 and DB. RGB value is (196,98,219). Sum of RGB (Red+Green+Blue) = 196+98+219=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #C462DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462DB is #3B9D24. Grayscale: #8C8C8C. Windows color (decimal): -3906853 or 14377668. OLE color: 14377668.

HSL color Cylindrical-coordinate representation of color #C462DB: hue angle of 288.6º 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 #C462DB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 98 219 -
CMYK 0.11 0.55 0 0.14
HSL 288.6º 0.63% 0.62% -
HSV(B) 288.6º 0.55% 0.86% -
XYZ 39.92 25.59 69.85 -
YUV 141.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 196 98 219 0.11 0.55 0 0.14 288.6 0.63 0.62
Hex C4 62 DB B 37 0 E 121 3F 3E
Octal 304 142 333 13 67 0 16 441 77 76
Binary 11000100 1100010 11011011 1011 110111 0 1110 100100001 111111 111110

Color Harmonies of #C462DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462DB

Black with #C462DB

Text Example


Text Example

White with #C462DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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