Html Css Color HEX #CA4DDE Medium Orchid

📋 copy color: '#CA4DDE'

red 202 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #CA4DDE

Tints of Medium Orchid #CA4DDE

RGB

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

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

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

R = 40.32%
G = 15.37%
B = 44.31%

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

#CA4DDE (or 0xCA4DDE) is known color: Medium Orchid. HEX triplet: CA, 4D and DE. RGB value is (202,77,222). Sum of RGB (Red+Green+Blue) = 202+77+222=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DDE is #35B221. Grayscale: #828282. Windows color (decimal): -3519010 or 14568906. OLE color: 14568906.

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

Color convert

RGB 202 77 222 -
CMYK 0.09 0.65 0 0.13
HSL 291.72º 0.69% 0.59% -
HSV(B) 291.72º 0.65% 0.87% -
XYZ 40.2 23.14 71.45 -
YUV 130.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 202 77 222 0.09 0.65 0 0.13 291.72 0.69 0.59
Hex CA 4D DE 9 41 0 D 124 45 3B
Octal 312 115 336 11 101 0 15 444 105 73
Binary 11001010 1001101 11011110 1001 1000001 0 1101 100100100 1000101 111011

Color Harmonies of #CA4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DDE

Black with #CA4DDE

Text Example


Text Example

White with #CA4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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