Html Css Color HEX #CA2ED8 Medium Orchid

📋 copy color: '#CA2ED8'

red 202 ◦ green 46 ◦ blue 216

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

Shades of Medium Orchid #CA2ED8

Tints of Medium Orchid #CA2ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.55%

R = 43.53%
G = 9.91%
B = 46.55%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA2ED8 (or 0xCA2ED8) is known color: Medium Orchid. HEX triplet: CA, 2E and D8. RGB value is (202,46,216). Sum of RGB (Red+Green+Blue) = 202+46+216=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA2ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ED8 is #35D127. Grayscale: #6F6F6F. Windows color (decimal): -3526952 or 14167754. OLE color: 14167754.

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

Color convert

RGB 202 46 216 -
CMYK 0.06 0.79 0 0.15
HSL 295.06º 0.69% 0.51% -
HSV(B) 295.06º 0.79% 0.85% -
XYZ 37.73 19.47 66.74 -
YUV 112.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 202 46 216 0.06 0.79 0 0.15 295.06 0.69 0.51
Hex CA 2E D8 6 4F 0 F 127 45 33
Octal 312 56 330 6 117 0 17 447 105 63
Binary 11001010 101110 11011000 110 1001111 0 1111 100100111 1000101 110011

Color Harmonies of #CA2ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2ED8

Black with #CA2ED8

Text Example


Text Example

White with #CA2ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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