Html Css Color HEX #CA39EC Medium Orchid

📋 copy color: '#CA39EC'

red 202 ◦ green 57 ◦ blue 236

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

Shades of Medium Orchid #CA39EC

Tints of Medium Orchid #CA39EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 40.81%
G = 11.52%
B = 47.68%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA39EC (or 0xCA39EC) is known color: Medium Orchid. HEX triplet: CA, 39 and EC. RGB value is (202,57,236). Sum of RGB (Red+Green+Blue) = 202+57+236=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 57 (22.66% from 255 or 11.52% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA39EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39EC is #35C613. Grayscale: #787878. Windows color (decimal): -3524116 or 15481290. OLE color: 15481290.

HSL color Cylindrical-coordinate representation of color #CA39EC: hue angle of 288.6º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA39EC is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 57 236 -
CMYK 0.14 0.76 0 0.07
HSL 288.6º 0.82% 0.57% -
HSV(B) 288.6º 0.76% 0.93% -
XYZ 40.96 21.54 81.36 -
YUV 120.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 202 57 236 0.14 0.76 0 0.07 288.6 0.82 0.57
Hex CA 39 EC E 4C 0 7 121 52 39
Octal 312 71 354 16 114 0 7 441 122 71
Binary 11001010 111001 11101100 1110 1001100 0 111 100100001 1010010 111001

Color Harmonies of #CA39EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA39EC

Black with #CA39EC

Text Example


Text Example

White with #CA39EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA39EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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