Html Css Color HEX #CA5FDE Medium Orchid

📋 copy color: '#CA5FDE'

red 202 ◦ green 95 ◦ blue 222

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

Shades of Medium Orchid #CA5FDE

Tints of Medium Orchid #CA5FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 38.92%
G = 18.3%
B = 42.77%

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

#CA5FDE (or 0xCA5FDE) is known color: Medium Orchid. HEX triplet: CA, 5F and DE. RGB value is (202,95,222). Sum of RGB (Red+Green+Blue) = 202+95+222=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA5FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FDE is #35A021. Grayscale: #8D8D8D. Windows color (decimal): -3514402 or 14573514. OLE color: 14573514.

HSL color Cylindrical-coordinate representation of color #CA5FDE: hue angle of 290.55º degrees, saturation: 0.66, 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 #CA5FDE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 95 222 -
CMYK 0.09 0.57 0 0.13
HSL 290.55º 0.66% 0.62% -
HSV(B) 290.55º 0.57% 0.87% -
XYZ 41.63 26.01 71.93 -
YUV 141.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 202 95 222 0.09 0.57 0 0.13 290.55 0.66 0.62
Hex CA 5F DE 9 39 0 D 123 42 3E
Octal 312 137 336 11 71 0 15 443 102 76
Binary 11001010 1011111 11011110 1001 111001 0 1101 100100011 1000010 111110

Color Harmonies of #CA5FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FDE

Black with #CA5FDE

Text Example


Text Example

White with #CA5FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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