Html Css Color HEX #CA5FDD Medium Orchid

📋 copy color: '#CA5FDD'

red 202 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #CA5FDD

Tints of Medium Orchid #CA5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.34%

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

R = 39%
G = 18.34%
B = 42.66%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA5FDD (or 0xCA5FDD) is known color: Medium Orchid. HEX triplet: CA, 5F and DD. RGB value is (202,95,221). Sum of RGB (Red+Green+Blue) = 202+95+221=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FDD is #35A022. Grayscale: #8C8C8C. Windows color (decimal): -3514403 or 14507978. OLE color: 14507978.

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

Color convert

RGB 202 95 221 -
CMYK 0.09 0.57 0 0.13
HSL 290.95º 0.65% 0.62% -
HSV(B) 290.95º 0.57% 0.87% -
XYZ 41.5 25.96 71.23 -
YUV 141.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 202 95 221 0.09 0.57 0 0.13 290.95 0.65 0.62
Hex CA 5F DD 9 39 0 D 123 41 3E
Octal 312 137 335 11 71 0 15 443 101 76
Binary 11001010 1011111 11011101 1001 111001 0 1101 100100011 1000001 111110

Color Harmonies of #CA5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FDD

Black with #CA5FDD

Text Example


Text Example

White with #CA5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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