Html Css Color HEX #CA3CDF Medium Orchid

📋 copy color: '#CA3CDF'

red 202 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #CA3CDF

Tints of Medium Orchid #CA3CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.37%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 41.65%
G = 12.37%
B = 45.98%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA3CDF (or 0xCA3CDF) is known color: Medium Orchid. HEX triplet: CA, 3C and DF. RGB value is (202,60,223). Sum of RGB (Red+Green+Blue) = 202+60+223=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CDF is #35C320. Grayscale: #787878. Windows color (decimal): -3523361 or 14630090. OLE color: 14630090.

HSL color Cylindrical-coordinate representation of color #CA3CDF: hue angle of 292.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3CDF is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 60 223 -
CMYK 0.09 0.73 0 0.13
HSL 292.27º 0.72% 0.55% -
HSV(B) 292.27º 0.73% 0.87% -
XYZ 39.29 21.12 71.82 -
YUV 121.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 202 60 223 0.09 0.73 0 0.13 292.27 0.72 0.55
Hex CA 3C DF 9 49 0 D 124 48 37
Octal 312 74 337 11 111 0 15 444 110 67
Binary 11001010 111100 11011111 1001 1001001 0 1101 100100100 1001000 110111

Color Harmonies of #CA3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3CDF

Black with #CA3CDF

Text Example


Text Example

White with #CA3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3CDF; }

 p { color: rgb(202,60,223); }

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

background-color css

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

 a { background-color: rgb(202,60,223); }

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

border-color css

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

 span { border-color: rgb(202,60,223); }

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