Html Css Color HEX #CA4DEE Medium Orchid

📋 copy color: '#CA4DEE'

red 202 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #CA4DEE

Tints of Medium Orchid #CA4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.89%

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

R = 39.07%
G = 14.89%
B = 46.03%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA4DEE (or 0xCA4DEE) is known color: Medium Orchid. HEX triplet: CA, 4D and EE. RGB value is (202,77,238). Sum of RGB (Red+Green+Blue) = 202+77+238=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DEE is #35B211. Grayscale: #848484. Windows color (decimal): -3518994 or 15617482. OLE color: 15617482.

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

Color convert

RGB 202 77 238 -
CMYK 0.15 0.68 0 0.07
HSL 286.58º 0.83% 0.62% -
HSV(B) 286.58º 0.68% 0.93% -
XYZ 42.44 24.04 83.29 -
YUV 132.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 202 77 238 0.15 0.68 0 0.07 286.58 0.83 0.62
Hex CA 4D EE F 44 0 7 11F 53 3E
Octal 312 115 356 17 104 0 7 437 123 76
Binary 11001010 1001101 11101110 1111 1000100 0 111 100011111 1010011 111110

Color Harmonies of #CA4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DEE

Black with #CA4DEE

Text Example


Text Example

White with #CA4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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