Html Css Color HEX #CA4EDE Medium Orchid

📋 copy color: '#CA4EDE'

red 202 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #CA4EDE

Tints of Medium Orchid #CA4EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.54%

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 40.24%
G = 15.54%
B = 44.22%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA4EDE (or 0xCA4EDE) is known color: Medium Orchid. HEX triplet: CA, 4E and DE. RGB value is (202,78,222). Sum of RGB (Red+Green+Blue) = 202+78+222=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EDE is #35B121. Grayscale: #838383. Windows color (decimal): -3518754 or 14569162. OLE color: 14569162.

HSL color Cylindrical-coordinate representation of color #CA4EDE: hue angle of 291.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4EDE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 78 222 -
CMYK 0.09 0.65 0 0.13
HSL 291.67º 0.69% 0.59% -
HSV(B) 291.67º 0.65% 0.87% -
XYZ 40.27 23.28 71.48 -
YUV 131.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 202 78 222 0.09 0.65 0 0.13 291.67 0.69 0.59
Hex CA 4E DE 9 41 0 D 124 45 3B
Octal 312 116 336 11 101 0 15 444 105 73
Binary 11001010 1001110 11011110 1001 1000001 0 1101 100100100 1000101 111011

Color Harmonies of #CA4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4EDE

Black with #CA4EDE

Text Example


Text Example

White with #CA4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4EDE; }

 p { color: rgb(202,78,222); }

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

background-color css

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

 a { background-color: rgb(202,78,222); }

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

border-color css

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

 span { border-color: rgb(202,78,222); }

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