Html Css Color HEX #CA63DB Medium Orchid

📋 copy color: '#CA63DB'

red 202 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #CA63DB

Tints of Medium Orchid #CA63DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.04%

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

R = 38.85%
G = 19.04%
B = 42.12%

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

#CA63DB (or 0xCA63DB) is known color: Medium Orchid. HEX triplet: CA, 63 and DB. RGB value is (202,99,219). Sum of RGB (Red+Green+Blue) = 202+99+219=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63DB is #359C24. Grayscale: #8F8F8F. Windows color (decimal): -3513381 or 14377930. OLE color: 14377930.

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

Color convert

RGB 202 99 219 -
CMYK 0.08 0.55 0 0.14
HSL 291.5º 0.63% 0.62% -
HSV(B) 291.5º 0.55% 0.86% -
XYZ 41.61 26.59 69.96 -
YUV 143.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 202 99 219 0.08 0.55 0 0.14 291.5 0.63 0.62
Hex CA 63 DB 8 37 0 E 124 3E 3E
Octal 312 143 333 10 67 0 16 444 76 76
Binary 11001010 1100011 11011011 1000 110111 0 1110 100100100 111110 111110

Color Harmonies of #CA63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63DB

Black with #CA63DB

Text Example


Text Example

White with #CA63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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