Html Css Color HEX #CA54ED Medium Orchid

📋 copy color: '#CA54ED'

red 202 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #CA54ED

Tints of Medium Orchid #CA54ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.06%

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 38.62%
G = 16.06%
B = 45.32%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA54ED (or 0xCA54ED) is known color: Medium Orchid. HEX triplet: CA, 54 and ED. RGB value is (202,84,237). Sum of RGB (Red+Green+Blue) = 202+84+237=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54ED is #35AB12. Grayscale: #888888. Windows color (decimal): -3517203 or 15553738. OLE color: 15553738.

HSL color Cylindrical-coordinate representation of color #CA54ED: hue angle of 286.27º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA54ED is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 84 237 -
CMYK 0.15 0.65 0 0.07
HSL 286.27º 0.81% 0.63% -
HSV(B) 286.27º 0.65% 0.93% -
XYZ 42.81 25.01 82.69 -
YUV 136.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 202 84 237 0.15 0.65 0 0.07 286.27 0.81 0.63
Hex CA 54 ED F 41 0 7 11E 51 3F
Octal 312 124 355 17 101 0 7 436 121 77
Binary 11001010 1010100 11101101 1111 1000001 0 111 100011110 1010001 111111

Color Harmonies of #CA54ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54ED

Black with #CA54ED

Text Example


Text Example

White with #CA54ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54ED; }

 p { color: rgb(202,84,237); }

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

background-color css

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

 a { background-color: rgb(202,84,237); }

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

border-color css

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

 span { border-color: rgb(202,84,237); }

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