Html Css Color HEX #CA2FDC Medium Orchid

📋 copy color: '#CA2FDC'

red 202 ◦ green 47 ◦ blue 220

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

Shades of Medium Orchid #CA2FDC

Tints of Medium Orchid #CA2FDC

RGB

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

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

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

R = 43.07%
G = 10.02%
B = 46.91%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA2FDC (or 0xCA2FDC) is known color: Medium Orchid. HEX triplet: CA, 2F and DC. RGB value is (202,47,220). Sum of RGB (Red+Green+Blue) = 202+47+220=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA2FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FDC is #35D023. Grayscale: #707070. Windows color (decimal): -3526692 or 14430154. OLE color: 14430154.

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

Color convert

RGB 202 47 220 -
CMYK 0.08 0.79 0 0.14
HSL 293.76º 0.71% 0.52% -
HSV(B) 293.76º 0.79% 0.86% -
XYZ 38.29 19.76 69.51 -
YUV 113.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 202 47 220 0.08 0.79 0 0.14 293.76 0.71 0.52
Hex CA 2F DC 8 4F 0 E 126 47 34
Octal 312 57 334 10 117 0 16 446 107 64
Binary 11001010 101111 11011100 1000 1001111 0 1110 100100110 1000111 110100

Color Harmonies of #CA2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FDC

Black with #CA2FDC

Text Example


Text Example

White with #CA2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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