Html Css Color HEX #CA4CDE Medium Orchid

📋 copy color: '#CA4CDE'

red 202 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #CA4CDE

Tints of Medium Orchid #CA4CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

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

R = 40.4%
G = 15.2%
B = 44.4%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA4CDE (or 0xCA4CDE) is known color: Medium Orchid. HEX triplet: CA, 4C and DE. RGB value is (202,76,222). Sum of RGB (Red+Green+Blue) = 202+76+222=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CDE is #35B321. Grayscale: #818181. Windows color (decimal): -3519266 or 14568650. OLE color: 14568650.

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

Color convert

RGB 202 76 222 -
CMYK 0.09 0.66 0 0.13
HSL 291.78º 0.69% 0.58% -
HSV(B) 291.78º 0.66% 0.87% -
XYZ 40.13 23 71.43 -
YUV 130.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 202 76 222 0.09 0.66 0 0.13 291.78 0.69 0.58
Hex CA 4C DE 9 42 0 D 124 45 3A
Octal 312 114 336 11 102 0 15 444 105 72
Binary 11001010 1001100 11011110 1001 1000010 0 1101 100100100 1000101 111010

Color Harmonies of #CA4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CDE

Black with #CA4CDE

Text Example


Text Example

White with #CA4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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