Html Css Color HEX #CA3FDB Medium Orchid

📋 copy color: '#CA3FDB'

red 202 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #CA3FDB

Tints of Medium Orchid #CA3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.02%

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

R = 41.74%
G = 13.02%
B = 45.25%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA3FDB (or 0xCA3FDB) is known color: Medium Orchid. HEX triplet: CA, 3F and DB. RGB value is (202,63,219). Sum of RGB (Red+Green+Blue) = 202+63+219=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FDB is #35C024. Grayscale: #797979. Windows color (decimal): -3522597 or 14368714. OLE color: 14368714.

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

Color convert

RGB 202 63 219 -
CMYK 0.08 0.71 0 0.14
HSL 293.46º 0.68% 0.55% -
HSV(B) 293.46º 0.71% 0.86% -
XYZ 38.92 21.23 69.06 -
YUV 122.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 202 63 219 0.08 0.71 0 0.14 293.46 0.68 0.55
Hex CA 3F DB 8 47 0 E 125 44 37
Octal 312 77 333 10 107 0 16 445 104 67
Binary 11001010 111111 11011011 1000 1000111 0 1110 100100101 1000100 110111

Color Harmonies of #CA3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3FDB

Black with #CA3FDB

Text Example


Text Example

White with #CA3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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