Html Css Color HEX #CA2BE0 Medium Orchid

📋 copy color: '#CA2BE0'

red 202 ◦ green 43 ◦ blue 224

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

Shades of Medium Orchid #CA2BE0

Tints of Medium Orchid #CA2BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.17%

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 43.07%
G = 9.17%
B = 47.76%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA2BE0 (or 0xCA2BE0) is known color: Medium Orchid. HEX triplet: CA, 2B and E0. RGB value is (202,43,224). Sum of RGB (Red+Green+Blue) = 202+43+224=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BE0 is #35D41F. Grayscale: #6E6E6E. Windows color (decimal): -3527712 or 14691274. OLE color: 14691274.

HSL color Cylindrical-coordinate representation of color #CA2BE0: hue angle of 292.71º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2BE0 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 43 224 -
CMYK 0.10 0.81 0 0.12
HSL 292.71º 0.74% 0.52% -
HSV(B) 292.71º 0.81% 0.88% -
XYZ 38.68 19.67 72.28 -
YUV 111.18 191.68 192.78 -
System Red Green Blue C M Y K H S L
Decimal 202 43 224 0.10 0.81 0 0.12 292.71 0.74 0.52
Hex CA 2B E0 A 51 0 C 125 4A 34
Octal 312 53 340 12 121 0 14 445 112 64
Binary 11001010 101011 11100000 1010 1010001 0 1100 100100101 1001010 110100

Color Harmonies of #CA2BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BE0

Black with #CA2BE0

Text Example


Text Example

White with #CA2BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BE0; }

 p { color: rgb(202,43,224); }

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

background-color css

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

 a { background-color: rgb(202,43,224); }

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

border-color css

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

 span { border-color: rgb(202,43,224); }

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