Html Css Color HEX #CA2DDB Medium Orchid

📋 copy color: '#CA2DDB'

red 202 ◦ green 45 ◦ blue 219

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

Shades of Medium Orchid #CA2DDB

Tints of Medium Orchid #CA2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.66%

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

R = 43.35%
G = 9.66%
B = 47%

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

#CA2DDB (or 0xCA2DDB) is known color: Medium Orchid. HEX triplet: CA, 2D and DB. RGB value is (202,45,219). Sum of RGB (Red+Green+Blue) = 202+45+219=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DDB is #35D224. Grayscale: #6F6F6F. Windows color (decimal): -3527205 or 14364106. OLE color: 14364106.

HSL color Cylindrical-coordinate representation of color #CA2DDB: hue angle of 294.14º 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 #CA2DDB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 45 219 -
CMYK 0.08 0.79 0 0.14
HSL 294.14º 0.71% 0.52% -
HSV(B) 294.14º 0.79% 0.86% -
XYZ 38.08 19.55 68.78 -
YUV 111.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 202 45 219 0.08 0.79 0 0.14 294.14 0.71 0.52
Hex CA 2D DB 8 4F 0 E 126 47 34
Octal 312 55 333 10 117 0 16 446 107 64
Binary 11001010 101101 11011011 1000 1001111 0 1110 100100110 1000111 110100

Color Harmonies of #CA2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DDB

Black with #CA2DDB

Text Example


Text Example

White with #CA2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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