Html Css Color HEX #CA3CDB Medium Orchid

📋 copy color: '#CA3CDB'

red 202 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #CA3CDB

Tints of Medium Orchid #CA3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.47%

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

R = 42%
G = 12.47%
B = 45.53%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA3CDB (or 0xCA3CDB) is known color: Medium Orchid. HEX triplet: CA, 3C and DB. RGB value is (202,60,219). Sum of RGB (Red+Green+Blue) = 202+60+219=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CDB is #35C324. Grayscale: #787878. Windows color (decimal): -3523365 or 14367946. OLE color: 14367946.

HSL color Cylindrical-coordinate representation of color #CA3CDB: hue angle of 293.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3CDB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 60 219 -
CMYK 0.08 0.73 0 0.14
HSL 293.58º 0.69% 0.55% -
HSV(B) 293.58º 0.73% 0.86% -
XYZ 38.76 20.9 69.01 -
YUV 120.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 202 60 219 0.08 0.73 0 0.14 293.58 0.69 0.55
Hex CA 3C DB 8 49 0 E 126 45 37
Octal 312 74 333 10 111 0 16 446 105 67
Binary 11001010 111100 11011011 1000 1001001 0 1110 100100110 1000101 110111

Color Harmonies of #CA3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3CDB

Black with #CA3CDB

Text Example


Text Example

White with #CA3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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