Html Css Color HEX #CA2ED7 Medium Orchid

📋 copy color: '#CA2ED7'

red 202 ◦ green 46 ◦ blue 215

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

Shades of Medium Orchid #CA2ED7

Tints of Medium Orchid #CA2ED7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.94%

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 43.63%
G = 9.94%
B = 46.44%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA2ED7 (or 0xCA2ED7) is known color: Medium Orchid. HEX triplet: CA, 2E and D7. RGB value is (202,46,215). Sum of RGB (Red+Green+Blue) = 202+46+215=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA2ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ED7 is #35D128. Grayscale: #6F6F6F. Windows color (decimal): -3526953 or 14102218. OLE color: 14102218.

HSL color Cylindrical-coordinate representation of color #CA2ED7: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2ED7 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 46 215 -
CMYK 0.06 0.79 0 0.16
HSL 295.38º 0.68% 0.51% -
HSV(B) 295.38º 0.79% 0.84% -
XYZ 37.6 19.42 66.06 -
YUV 111.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 202 46 215 0.06 0.79 0 0.16 295.38 0.68 0.51
Hex CA 2E D7 6 4F 0 10 127 44 33
Octal 312 56 327 6 117 0 20 447 104 63
Binary 11001010 101110 11010111 110 1001111 0 10000 100100111 1000100 110011

Color Harmonies of #CA2ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2ED7

Black with #CA2ED7

Text Example


Text Example

White with #CA2ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2ED7; }

 p { color: rgb(202,46,215); }

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

background-color css

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

 a { background-color: rgb(202,46,215); }

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

border-color css

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

 span { border-color: rgb(202,46,215); }

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