Html Css Color HEX #CA3ADE Medium Orchid

📋 copy color: '#CA3ADE'

red 202 ◦ green 58 ◦ blue 222

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

Shades of Medium Orchid #CA3ADE

Tints of Medium Orchid #CA3ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.03%

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

R = 41.91%
G = 12.03%
B = 46.06%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA3ADE (or 0xCA3ADE) is known color: Medium Orchid. HEX triplet: CA, 3A and DE. RGB value is (202,58,222). Sum of RGB (Red+Green+Blue) = 202+58+222=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ADE is #35C521. Grayscale: #777777. Windows color (decimal): -3523874 or 14564042. OLE color: 14564042.

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

Color convert

RGB 202 58 222 -
CMYK 0.09 0.74 0 0.13
HSL 292.68º 0.71% 0.55% -
HSV(B) 292.68º 0.74% 0.87% -
XYZ 39.06 20.86 71.07 -
YUV 119.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 202 58 222 0.09 0.74 0 0.13 292.68 0.71 0.55
Hex CA 3A DE 9 4A 0 D 125 47 37
Octal 312 72 336 11 112 0 15 445 107 67
Binary 11001010 111010 11011110 1001 1001010 0 1101 100100101 1000111 110111

Color Harmonies of #CA3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3ADE

Black with #CA3ADE

Text Example


Text Example

White with #CA3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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