Html Css Color HEX #CA3EEA Medium Orchid

📋 copy color: '#CA3EEA'

red 202 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #CA3EEA

Tints of Medium Orchid #CA3EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.45%

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 40.56%
G = 12.45%
B = 46.99%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA3EEA (or 0xCA3EEA) is known color: Medium Orchid. HEX triplet: CA, 3E and EA. RGB value is (202,62,234). Sum of RGB (Red+Green+Blue) = 202+62+234=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA3EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3EEA is #35C115. Grayscale: #7A7A7A. Windows color (decimal): -3522838 or 15351498. OLE color: 15351498.

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

Color convert

RGB 202 62 234 -
CMYK 0.14 0.74 0 0.08
HSL 288.84º 0.8% 0.58% -
HSV(B) 288.84º 0.74% 0.92% -
XYZ 40.93 21.94 79.92 -
YUV 123.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 202 62 234 0.14 0.74 0 0.08 288.84 0.8 0.58
Hex CA 3E EA E 4A 0 8 121 50 3A
Octal 312 76 352 16 112 0 10 441 120 72
Binary 11001010 111110 11101010 1110 1001010 0 1000 100100001 1010000 111010

Color Harmonies of #CA3EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3EEA

Black with #CA3EEA

Text Example


Text Example

White with #CA3EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3EEA; }

 p { color: rgb(202,62,234); }

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

background-color css

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

 a { background-color: rgb(202,62,234); }

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

border-color css

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

 span { border-color: rgb(202,62,234); }

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