Html Css Color HEX #C658D0 Medium Orchid

📋 copy color: '#C658D0'

red 198 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #C658D0

Tints of Medium Orchid #C658D0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.81%

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 40.08%
G = 17.81%
B = 42.11%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C658D0 (or 0xC658D0) is known color: Medium Orchid. HEX triplet: C6, 58 and D0. RGB value is (198,88,208). Sum of RGB (Red+Green+Blue) = 198+88+208=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #C658D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658D0 is #39A72F. Grayscale: #868686. Windows color (decimal): -3778352 or 13654214. OLE color: 13654214.

HSL color Cylindrical-coordinate representation of color #C658D0: hue angle of 295º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C658D0 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 88 208 -
CMYK 0.05 0.58 0 0.18
HSL 295º 0.56% 0.58% -
HSV(B) 295º 0.58% 0.82% -
XYZ 38.16 23.54 62.21 -
YUV 134.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 198 88 208 0.05 0.58 0 0.18 295 0.56 0.58
Hex C6 58 D0 5 3A 0 12 127 38 3A
Octal 306 130 320 5 72 0 22 447 70 72
Binary 11000110 1011000 11010000 101 111010 0 10010 100100111 111000 111010

Color Harmonies of #C658D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658D0

Black with #C658D0

Text Example


Text Example

White with #C658D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658D0; }

 p { color: rgb(198,88,208); }

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

background-color css

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

 a { background-color: rgb(198,88,208); }

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

border-color css

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

 span { border-color: rgb(198,88,208); }

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