Html Css Color HEX #CA4ADC Medium Orchid

📋 copy color: '#CA4ADC'

red 202 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #CA4ADC

Tints of Medium Orchid #CA4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.92%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 40.73%
G = 14.92%
B = 44.35%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA4ADC (or 0xCA4ADC) is known color: Medium Orchid. HEX triplet: CA, 4A and DC. RGB value is (202,74,220). Sum of RGB (Red+Green+Blue) = 202+74+220=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ADC is #35B523. Grayscale: #808080. Windows color (decimal): -3519780 or 14437066. OLE color: 14437066.

HSL color Cylindrical-coordinate representation of color #CA4ADC: hue angle of 292.6º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4ADC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 74 220 -
CMYK 0.08 0.66 0 0.14
HSL 292.6º 0.68% 0.58% -
HSV(B) 292.6º 0.66% 0.86% -
XYZ 39.72 22.62 69.98 -
YUV 128.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 202 74 220 0.08 0.66 0 0.14 292.6 0.68 0.58
Hex CA 4A DC 8 42 0 E 125 44 3A
Octal 312 112 334 10 102 0 16 445 104 72
Binary 11001010 1001010 11011100 1000 1000010 0 1110 100100101 1000100 111010

Color Harmonies of #CA4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4ADC

Black with #CA4ADC

Text Example


Text Example

White with #CA4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4ADC; }

 p { color: rgb(202,74,220); }

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

background-color css

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

 a { background-color: rgb(202,74,220); }

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

border-color css

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

 span { border-color: rgb(202,74,220); }

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