Html Css Color HEX #CA3BDD Medium Orchid

📋 copy color: '#CA3BDD'

red 202 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #CA3BDD

Tints of Medium Orchid #CA3BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.24%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 41.91%
G = 12.24%
B = 45.85%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA3BDD (or 0xCA3BDD) is known color: Medium Orchid. HEX triplet: CA, 3B and DD. RGB value is (202,59,221). Sum of RGB (Red+Green+Blue) = 202+59+221=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BDD is #35C422. Grayscale: #777777. Windows color (decimal): -3523619 or 14498762. OLE color: 14498762.

HSL color Cylindrical-coordinate representation of color #CA3BDD: hue angle of 292.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3BDD is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 59 221 -
CMYK 0.09 0.73 0 0.13
HSL 292.96º 0.7% 0.55% -
HSV(B) 292.96º 0.73% 0.87% -
XYZ 38.97 20.9 70.39 -
YUV 120.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 202 59 221 0.09 0.73 0 0.13 292.96 0.7 0.55
Hex CA 3B DD 9 49 0 D 125 46 37
Octal 312 73 335 11 111 0 15 445 106 67
Binary 11001010 111011 11011101 1001 1001001 0 1101 100100101 1000110 110111

Color Harmonies of #CA3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3BDD

Black with #CA3BDD

Text Example


Text Example

White with #CA3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3BDD; }

 p { color: rgb(202,59,221); }

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

background-color css

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

 a { background-color: rgb(202,59,221); }

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

border-color css

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

 span { border-color: rgb(202,59,221); }

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