Html Css Color HEX #CA43DC Medium Orchid

📋 copy color: '#CA43DC'

red 202 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #CA43DC

Tints of Medium Orchid #CA43DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.7%

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

R = 41.31%
G = 13.7%
B = 44.99%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA43DC (or 0xCA43DC) is known color: Medium Orchid. HEX triplet: CA, 43 and DC. RGB value is (202,67,220). Sum of RGB (Red+Green+Blue) = 202+67+220=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43DC is #35BC23. Grayscale: #7C7C7C. Windows color (decimal): -3521572 or 14435274. OLE color: 14435274.

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

Color convert

RGB 202 67 220 -
CMYK 0.08 0.70 0 0.14
HSL 292.94º 0.69% 0.56% -
HSV(B) 292.94º 0.7% 0.86% -
XYZ 39.28 21.74 69.84 -
YUV 124.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 202 67 220 0.08 0.70 0 0.14 292.94 0.69 0.56
Hex CA 43 DC 8 46 0 E 125 45 38
Octal 312 103 334 10 106 0 16 445 105 70
Binary 11001010 1000011 11011100 1000 1000110 0 1110 100100101 1000101 111000

Color Harmonies of #CA43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43DC

Black with #CA43DC

Text Example


Text Example

White with #CA43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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