Html Css Color HEX #CA4BDE Medium Orchid

📋 copy color: '#CA4BDE'

red 202 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #CA4BDE

Tints of Medium Orchid #CA4BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.03%

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

R = 40.48%
G = 15.03%
B = 44.49%

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

#CA4BDE (or 0xCA4BDE) is known color: Medium Orchid. HEX triplet: CA, 4B and DE. RGB value is (202,75,222). Sum of RGB (Red+Green+Blue) = 202+75+222=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA4BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BDE is #35B421. Grayscale: #818181. Windows color (decimal): -3519522 or 14568394. OLE color: 14568394.

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

Color convert

RGB 202 75 222 -
CMYK 0.09 0.66 0 0.13
HSL 291.84º 0.69% 0.58% -
HSV(B) 291.84º 0.66% 0.87% -
XYZ 40.06 22.86 71.41 -
YUV 129.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 202 75 222 0.09 0.66 0 0.13 291.84 0.69 0.58
Hex CA 4B DE 9 42 0 D 124 45 3A
Octal 312 113 336 11 102 0 15 444 105 72
Binary 11001010 1001011 11011110 1001 1000010 0 1101 100100100 1000101 111010

Color Harmonies of #CA4BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BDE

Black with #CA4BDE

Text Example


Text Example

White with #CA4BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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