Html Css Color HEX #CA2CDF Medium Orchid

📋 copy color: '#CA2CDF'

red 202 ◦ green 44 ◦ blue 223

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

Shades of Medium Orchid #CA2CDF

Tints of Medium Orchid #CA2CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.38%

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

R = 43.07%
G = 9.38%
B = 47.55%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA2CDF (or 0xCA2CDF) is known color: Medium Orchid. HEX triplet: CA, 2C and DF. RGB value is (202,44,223). Sum of RGB (Red+Green+Blue) = 202+44+223=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CDF is #35D320. Grayscale: #6F6F6F. Windows color (decimal): -3527457 or 14625994. OLE color: 14625994.

HSL color Cylindrical-coordinate representation of color #CA2CDF: hue angle of 292.96º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2CDF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 44 223 -
CMYK 0.09 0.80 0 0.13
HSL 292.96º 0.74% 0.52% -
HSV(B) 292.96º 0.8% 0.87% -
XYZ 38.58 19.69 71.58 -
YUV 111.65 190.85 192.45 -
System Red Green Blue C M Y K H S L
Decimal 202 44 223 0.09 0.80 0 0.13 292.96 0.74 0.52
Hex CA 2C DF 9 50 0 D 125 4A 34
Octal 312 54 337 11 120 0 15 445 112 64
Binary 11001010 101100 11011111 1001 1010000 0 1101 100100101 1001010 110100

Color Harmonies of #CA2CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CDF

Black with #CA2CDF

Text Example


Text Example

White with #CA2CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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