Html Css Color HEX #C654ED Medium Orchid

📋 copy color: '#C654ED'

red 198 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #C654ED

Tints of Medium Orchid #C654ED

RGB

 RED value IS 198 (77.73% from 255) = 38.15%

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

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

R = 38.15%
G = 16.18%
B = 45.66%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C654ED (or 0xC654ED) is known color: Medium Orchid. HEX triplet: C6, 54 and ED. RGB value is (198,84,237). Sum of RGB (Red+Green+Blue) = 198+84+237=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #C654ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654ED is #39AB12. Grayscale: #878787. Windows color (decimal): -3779347 or 15553734. OLE color: 15553734.

HSL color Cylindrical-coordinate representation of color #C654ED: hue angle of 284.71º 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 #C654ED is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 84 237 -
CMYK 0.16 0.65 0 0.07
HSL 284.71º 0.81% 0.63% -
HSV(B) 284.71º 0.65% 0.93% -
XYZ 41.75 24.46 82.64 -
YUV 135.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 198 84 237 0.16 0.65 0 0.07 284.71 0.81 0.63
Hex C6 54 ED 10 41 0 7 11D 51 3F
Octal 306 124 355 20 101 0 7 435 121 77
Binary 11000110 1010100 11101101 10000 1000001 0 111 100011101 1010001 111111

Color Harmonies of #C654ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654ED

Black with #C654ED

Text Example


Text Example

White with #C654ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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