Html Css Color HEX #C648DE Medium Orchid

📋 copy color: '#C648DE'

red 198 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #C648DE

Tints of Medium Orchid #C648DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 40.24%
G = 14.63%
B = 45.12%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C648DE (or 0xC648DE) is known color: Medium Orchid. HEX triplet: C6, 48 and DE. RGB value is (198,72,222). Sum of RGB (Red+Green+Blue) = 198+72+222=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #C648DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648DE is #39B721. Grayscale: #7E7E7E. Windows color (decimal): -3782434 or 14567622. OLE color: 14567622.

HSL color Cylindrical-coordinate representation of color #C648DE: hue angle of 290.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C648DE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 72 222 -
CMYK 0.11 0.68 0 0.13
HSL 290.4º 0.69% 0.58% -
HSV(B) 290.4º 0.68% 0.87% -
XYZ 38.79 21.91 71.29 -
YUV 126.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 198 72 222 0.11 0.68 0 0.13 290.4 0.69 0.58
Hex C6 48 DE B 44 0 D 122 45 3A
Octal 306 110 336 13 104 0 15 442 105 72
Binary 11000110 1001000 11011110 1011 1000100 0 1101 100100010 1000101 111010

Color Harmonies of #C648DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648DE

Black with #C648DE

Text Example


Text Example

White with #C648DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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