Html Css Color HEX #CA3FDC Medium Orchid

📋 copy color: '#CA3FDC'

red 202 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #CA3FDC

Tints of Medium Orchid #CA3FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.99%

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

R = 41.65%
G = 12.99%
B = 45.36%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA3FDC (or 0xCA3FDC) is known color: Medium Orchid. HEX triplet: CA, 3F and DC. RGB value is (202,63,220). Sum of RGB (Red+Green+Blue) = 202+63+220=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FDC is #35C023. Grayscale: #797979. Windows color (decimal): -3522596 or 14434250. OLE color: 14434250.

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

Color convert

RGB 202 63 220 -
CMYK 0.08 0.71 0 0.14
HSL 293.12º 0.69% 0.55% -
HSV(B) 293.12º 0.71% 0.86% -
XYZ 39.05 21.28 69.76 -
YUV 122.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 202 63 220 0.08 0.71 0 0.14 293.12 0.69 0.55
Hex CA 3F DC 8 47 0 E 125 45 37
Octal 312 77 334 10 107 0 16 445 105 67
Binary 11001010 111111 11011100 1000 1000111 0 1110 100100101 1000101 110111

Color Harmonies of #CA3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3FDC

Black with #CA3FDC

Text Example


Text Example

White with #CA3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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