Html Css Color HEX #CA44DC Medium Orchid

📋 copy color: '#CA44DC'

red 202 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #CA44DC

Tints of Medium Orchid #CA44DC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.88%

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

R = 41.22%
G = 13.88%
B = 44.9%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA44DC (or 0xCA44DC) is known color: Medium Orchid. HEX triplet: CA, 44 and DC. RGB value is (202,68,220). Sum of RGB (Red+Green+Blue) = 202+68+220=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA44DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44DC is #35BB23. Grayscale: #7C7C7C. Windows color (decimal): -3521316 or 14435530. OLE color: 14435530.

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

Color convert

RGB 202 68 220 -
CMYK 0.08 0.69 0 0.14
HSL 292.89º 0.68% 0.56% -
HSV(B) 292.89º 0.69% 0.86% -
XYZ 39.34 21.86 69.86 -
YUV 125.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 202 68 220 0.08 0.69 0 0.14 292.89 0.68 0.56
Hex CA 44 DC 8 45 0 E 125 44 38
Octal 312 104 334 10 105 0 16 445 104 70
Binary 11001010 1000100 11011100 1000 1000101 0 1110 100100101 1000100 111000

Color Harmonies of #CA44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44DC

Black with #CA44DC

Text Example


Text Example

White with #CA44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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