Html Css Color HEX #CA61DD Medium Orchid

📋 copy color: '#CA61DD'

red 202 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #CA61DD

Tints of Medium Orchid #CA61DD

RGB

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

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

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

R = 38.85%
G = 18.65%
B = 42.5%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA61DD (or 0xCA61DD) is known color: Medium Orchid. HEX triplet: CA, 61 and DD. RGB value is (202,97,221). Sum of RGB (Red+Green+Blue) = 202+97+221=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61DD is #359E22. Grayscale: #8E8E8E. Windows color (decimal): -3513891 or 14508490. OLE color: 14508490.

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

Color convert

RGB 202 97 221 -
CMYK 0.09 0.56 0 0.13
HSL 290.81º 0.65% 0.62% -
HSV(B) 290.81º 0.56% 0.87% -
XYZ 41.68 26.33 71.29 -
YUV 142.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 202 97 221 0.09 0.56 0 0.13 290.81 0.65 0.62
Hex CA 61 DD 9 38 0 D 123 41 3E
Octal 312 141 335 11 70 0 15 443 101 76
Binary 11001010 1100001 11011101 1001 111000 0 1101 100100011 1000001 111110

Color Harmonies of #CA61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA61DD

Black with #CA61DD

Text Example


Text Example

White with #CA61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA61DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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