Html Css Color HEX #CA2FDF Medium Orchid

📋 copy color: '#CA2FDF'

red 202 ◦ green 47 ◦ blue 223

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

Shades of Medium Orchid #CA2FDF

Tints of Medium Orchid #CA2FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.96%

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

R = 42.8%
G = 9.96%
B = 47.25%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA2FDF (or 0xCA2FDF) is known color: Medium Orchid. HEX triplet: CA, 2F and DF. RGB value is (202,47,223). Sum of RGB (Red+Green+Blue) = 202+47+223=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FDF is #35D020. Grayscale: #707070. Windows color (decimal): -3526689 or 14626762. OLE color: 14626762.

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

Color convert

RGB 202 47 223 -
CMYK 0.09 0.79 0 0.13
HSL 292.84º 0.73% 0.53% -
HSV(B) 292.84º 0.79% 0.87% -
XYZ 38.69 19.92 71.62 -
YUV 113.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 202 47 223 0.09 0.79 0 0.13 292.84 0.73 0.53
Hex CA 2F DF 9 4F 0 D 125 49 35
Octal 312 57 337 11 117 0 15 445 111 65
Binary 11001010 101111 11011111 1001 1001111 0 1101 100100101 1001001 110101

Color Harmonies of #CA2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FDF

Black with #CA2FDF

Text Example


Text Example

White with #CA2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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