Html Css Color HEX #CA61DB Medium Orchid

📋 copy color: '#CA61DB'

red 202 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #CA61DB

Tints of Medium Orchid #CA61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.73%

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

R = 39%
G = 18.73%
B = 42.28%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA61DB (or 0xCA61DB) is known color: Medium Orchid. HEX triplet: CA, 61 and DB. RGB value is (202,97,219). Sum of RGB (Red+Green+Blue) = 202+97+219=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61DB is #359E24. Grayscale: #8D8D8D. Windows color (decimal): -3513893 or 14377418. OLE color: 14377418.

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

Color convert

RGB 202 97 219 -
CMYK 0.08 0.56 0 0.14
HSL 291.64º 0.63% 0.62% -
HSV(B) 291.64º 0.56% 0.86% -
XYZ 41.42 26.22 69.9 -
YUV 142.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 202 97 219 0.08 0.56 0 0.14 291.64 0.63 0.62
Hex CA 61 DB 8 38 0 E 124 3F 3E
Octal 312 141 333 10 70 0 16 444 77 76
Binary 11001010 1100001 11011011 1000 111000 0 1110 100100100 111111 111110

Color Harmonies of #CA61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA61DB

Black with #CA61DB

Text Example


Text Example

White with #CA61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA61DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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