Html Css Color HEX #CA3DEE Medium Orchid

📋 copy color: '#CA3DEE'

red 202 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #CA3DEE

Tints of Medium Orchid #CA3DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.18%

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

R = 40.32%
G = 12.18%
B = 47.5%

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

#CA3DEE (or 0xCA3DEE) is known color: Medium Orchid. HEX triplet: CA, 3D and EE. RGB value is (202,61,238). Sum of RGB (Red+Green+Blue) = 202+61+238=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA3DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3DEE is #35C211. Grayscale: #7A7A7A. Windows color (decimal): -3523090 or 15613386. OLE color: 15613386.

HSL color Cylindrical-coordinate representation of color #CA3DEE: hue angle of 287.8º 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 #CA3DEE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 61 238 -
CMYK 0.15 0.74 0 0.07
HSL 287.8º 0.84% 0.59% -
HSV(B) 287.8º 0.74% 0.93% -
XYZ 41.46 22.07 82.96 -
YUV 123.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 202 61 238 0.15 0.74 0 0.07 287.8 0.84 0.59
Hex CA 3D EE F 4A 0 7 120 54 3B
Octal 312 75 356 17 112 0 7 440 124 73
Binary 11001010 111101 11101110 1111 1001010 0 111 100100000 1010100 111011

Color Harmonies of #CA3DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3DEE

Black with #CA3DEE

Text Example


Text Example

White with #CA3DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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