Html Css Color HEX #CA39DC Medium Orchid

📋 copy color: '#CA39DC'

red 202 ◦ green 57 ◦ blue 220

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

Shades of Medium Orchid #CA39DC

Tints of Medium Orchid #CA39DC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.9%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 42.17%
G = 11.9%
B = 45.93%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA39DC (or 0xCA39DC) is known color: Medium Orchid. HEX triplet: CA, 39 and DC. RGB value is (202,57,220). Sum of RGB (Red+Green+Blue) = 202+57+220=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA39DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39DC is #35C623. Grayscale: #767676. Windows color (decimal): -3524132 or 14432714. OLE color: 14432714.

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

Color convert

RGB 202 57 220 -
CMYK 0.08 0.74 0 0.14
HSL 293.37º 0.7% 0.54% -
HSV(B) 293.37º 0.74% 0.86% -
XYZ 38.74 20.65 69.65 -
YUV 118.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 202 57 220 0.08 0.74 0 0.14 293.37 0.7 0.54
Hex CA 39 DC 8 4A 0 E 125 46 36
Octal 312 71 334 10 112 0 16 445 106 66
Binary 11001010 111001 11011100 1000 1001010 0 1110 100100101 1000110 110110

Color Harmonies of #CA39DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA39DC

Black with #CA39DC

Text Example


Text Example

White with #CA39DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA39DC; }

 p { color: rgb(202,57,220); }

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

background-color css

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

 a { background-color: rgb(202,57,220); }

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

border-color css

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

 span { border-color: rgb(202,57,220); }

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