Html Css Color HEX #CA62DB Medium Orchid

📋 copy color: '#CA62DB'

red 202 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #CA62DB

Tints of Medium Orchid #CA62DB

RGB

 RED value IS 202 (79.3% from 255) = 38.92%

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

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

R = 38.92%
G = 18.88%
B = 42.2%

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

#CA62DB (or 0xCA62DB) is known color: Medium Orchid. HEX triplet: CA, 62 and DB. RGB value is (202,98,219). Sum of RGB (Red+Green+Blue) = 202+98+219=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62DB is #359D24. Grayscale: #8E8E8E. Windows color (decimal): -3513637 or 14377674. OLE color: 14377674.

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

Color convert

RGB 202 98 219 -
CMYK 0.08 0.55 0 0.14
HSL 291.57º 0.63% 0.62% -
HSV(B) 291.57º 0.55% 0.86% -
XYZ 41.51 26.41 69.93 -
YUV 142.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 202 98 219 0.08 0.55 0 0.14 291.57 0.63 0.62
Hex CA 62 DB 8 37 0 E 124 3F 3E
Octal 312 142 333 10 67 0 16 444 77 76
Binary 11001010 1100010 11011011 1000 110111 0 1110 100100100 111111 111110

Color Harmonies of #CA62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62DB

Black with #CA62DB

Text Example


Text Example

White with #CA62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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