Html Css Color HEX #C653F0 Medium Orchid

📋 copy color: '#C653F0'

red 198 ◦ green 83 ◦ blue 240

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

Shades of Medium Orchid #C653F0

Tints of Medium Orchid #C653F0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.93%

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 38%
G = 15.93%
B = 46.07%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C653F0 (or 0xC653F0) is known color: Medium Orchid. HEX triplet: C6, 53 and F0. RGB value is (198,83,240). Sum of RGB (Red+Green+Blue) = 198+83+240=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #C653F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C653F0 is #39AC0F. Grayscale: #868686. Windows color (decimal): -3779600 or 15750086. OLE color: 15750086.

HSL color Cylindrical-coordinate representation of color #C653F0: hue angle of 283.95º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C653F0 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 83 240 -
CMYK 0.18 0.65 0 0.06
HSL 283.95º 0.84% 0.63% -
HSV(B) 283.95º 0.65% 0.94% -
XYZ 42.11 24.48 84.94 -
YUV 135.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 198 83 240 0.18 0.65 0 0.06 283.95 0.84 0.63
Hex C6 53 F0 12 41 0 6 11C 54 3F
Octal 306 123 360 22 101 0 6 434 124 77
Binary 11000110 1010011 11110000 10010 1000001 0 110 100011100 1010100 111111

Color Harmonies of #C653F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C653F0

Black with #C653F0

Text Example


Text Example

White with #C653F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C653F0; }

 p { color: rgb(198,83,240); }

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

background-color css

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

 a { background-color: rgb(198,83,240); }

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

border-color css

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

 span { border-color: rgb(198,83,240); }

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