Html Css Color HEX #CA4EDD Medium Orchid

📋 copy color: '#CA4EDD'

red 202 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #CA4EDD

Tints of Medium Orchid #CA4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 40.32%
G = 15.57%
B = 44.11%

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

#CA4EDD (or 0xCA4EDD) is known color: Medium Orchid. HEX triplet: CA, 4E and DD. RGB value is (202,78,221). Sum of RGB (Red+Green+Blue) = 202+78+221=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EDD is #35B122. Grayscale: #828282. Windows color (decimal): -3518755 or 14503626. OLE color: 14503626.

HSL color Cylindrical-coordinate representation of color #CA4EDD: hue angle of 292.03º degrees, saturation: 0.68, 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 #CA4EDD is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 78 221 -
CMYK 0.09 0.65 0 0.13
HSL 292.03º 0.68% 0.59% -
HSV(B) 292.03º 0.65% 0.87% -
XYZ 40.13 23.23 70.77 -
YUV 131.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 202 78 221 0.09 0.65 0 0.13 292.03 0.68 0.59
Hex CA 4E DD 9 41 0 D 124 44 3B
Octal 312 116 335 11 101 0 15 444 104 73
Binary 11001010 1001110 11011101 1001 1000001 0 1101 100100100 1000100 111011

Color Harmonies of #CA4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4EDD

Black with #CA4EDD

Text Example


Text Example

White with #CA4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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