Html Css Color HEX #CA2CDB Medium Orchid

📋 copy color: '#CA2CDB'

red 202 ◦ green 44 ◦ blue 219

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

Shades of Medium Orchid #CA2CDB

Tints of Medium Orchid #CA2CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.46%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 43.44%
G = 9.46%
B = 47.1%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA2CDB (or 0xCA2CDB) is known color: Medium Orchid. HEX triplet: CA, 2C and DB. RGB value is (202,44,219). Sum of RGB (Red+Green+Blue) = 202+44+219=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CDB is #35D324. Grayscale: #6E6E6E. Windows color (decimal): -3527461 or 14363850. OLE color: 14363850.

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

Color convert

RGB 202 44 219 -
CMYK 0.08 0.80 0 0.14
HSL 294.17º 0.71% 0.52% -
HSV(B) 294.17º 0.8% 0.86% -
XYZ 38.04 19.47 68.77 -
YUV 111.19 188.85 192.77 -
System Red Green Blue C M Y K H S L
Decimal 202 44 219 0.08 0.80 0 0.14 294.17 0.71 0.52
Hex CA 2C DB 8 50 0 E 126 47 34
Octal 312 54 333 10 120 0 16 446 107 64
Binary 11001010 101100 11011011 1000 1010000 0 1110 100100110 1000111 110100

Color Harmonies of #CA2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CDB

Black with #CA2CDB

Text Example


Text Example

White with #CA2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CDB; }

 p { color: rgb(202,44,219); }

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

background-color css

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

 a { background-color: rgb(202,44,219); }

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

border-color css

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

 span { border-color: rgb(202,44,219); }

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