Html Css Color HEX #C648ED Medium Orchid

📋 copy color: '#C648ED'

red 198 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #C648ED

Tints of Medium Orchid #C648ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.2%

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

R = 39.05%
G = 14.2%
B = 46.75%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C648ED (or 0xC648ED) is known color: Medium Orchid. HEX triplet: C6, 48 and ED. RGB value is (198,72,237). Sum of RGB (Red+Green+Blue) = 198+72+237=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #C648ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C648ED is #39B712. Grayscale: #7F7F7F. Windows color (decimal): -3782419 or 15550662. OLE color: 15550662.

HSL color Cylindrical-coordinate representation of color #C648ED: hue angle of 285.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C648ED is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 72 237 -
CMYK 0.16 0.70 0 0.07
HSL 285.82º 0.82% 0.61% -
HSV(B) 285.82º 0.7% 0.93% -
XYZ 40.89 22.75 82.36 -
YUV 128.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 198 72 237 0.16 0.70 0 0.07 285.82 0.82 0.61
Hex C6 48 ED 10 46 0 7 11E 52 3D
Octal 306 110 355 20 106 0 7 436 122 75
Binary 11000110 1001000 11101101 10000 1000110 0 111 100011110 1010010 111101

Color Harmonies of #C648ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648ED

Black with #C648ED

Text Example


Text Example

White with #C648ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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