Html Css Color HEX #CA3EEE Medium Orchid

📋 copy color: '#CA3EEE'

red 202 ◦ green 62 ◦ blue 238

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

Shades of Medium Orchid #CA3EEE

Tints of Medium Orchid #CA3EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 40.24%
G = 12.35%
B = 47.41%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA3EEE (or 0xCA3EEE) is known color: Medium Orchid. HEX triplet: CA, 3E and EE. RGB value is (202,62,238). Sum of RGB (Red+Green+Blue) = 202+62+238=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA3EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3EEE is #35C111. Grayscale: #7B7B7B. Windows color (decimal): -3522834 or 15613642. OLE color: 15613642.

HSL color Cylindrical-coordinate representation of color #CA3EEE: hue angle of 287.73º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3EEE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 62 238 -
CMYK 0.15 0.74 0 0.07
HSL 287.73º 0.84% 0.59% -
HSV(B) 287.73º 0.74% 0.93% -
XYZ 41.51 22.17 82.98 -
YUV 123.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 202 62 238 0.15 0.74 0 0.07 287.73 0.84 0.59
Hex CA 3E EE F 4A 0 7 120 54 3B
Octal 312 76 356 17 112 0 7 440 124 73
Binary 11001010 111110 11101110 1111 1001010 0 111 100100000 1010100 111011

Color Harmonies of #CA3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3EEE

Black with #CA3EEE

Text Example


Text Example

White with #CA3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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