Html Css Color HEX #CA4DDC Medium Orchid

📋 copy color: '#CA4DDC'

red 202 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #CA4DDC

Tints of Medium Orchid #CA4DDC

RGB

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

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

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

R = 40.48%
G = 15.43%
B = 44.09%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA4DDC (or 0xCA4DDC) is known color: Medium Orchid. HEX triplet: CA, 4D and DC. RGB value is (202,77,220). Sum of RGB (Red+Green+Blue) = 202+77+220=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DDC is #35B223. Grayscale: #828282. Windows color (decimal): -3519012 or 14437834. OLE color: 14437834.

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

Color convert

RGB 202 77 220 -
CMYK 0.08 0.65 0 0.14
HSL 292.45º 0.67% 0.58% -
HSV(B) 292.45º 0.65% 0.86% -
XYZ 39.93 23.03 70.05 -
YUV 130.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 202 77 220 0.08 0.65 0 0.14 292.45 0.67 0.58
Hex CA 4D DC 8 41 0 E 124 43 3A
Octal 312 115 334 10 101 0 16 444 103 72
Binary 11001010 1001101 11011100 1000 1000001 0 1110 100100100 1000011 111010

Color Harmonies of #CA4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DDC

Black with #CA4DDC

Text Example


Text Example

White with #CA4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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