Html Css Color HEX #C649DE Medium Orchid

📋 copy color: '#C649DE'

red 198 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #C649DE

Tints of Medium Orchid #C649DE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.81%

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

R = 40.16%
G = 14.81%
B = 45.03%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C649DE (or 0xC649DE) is known color: Medium Orchid. HEX triplet: C6, 49 and DE. RGB value is (198,73,222). Sum of RGB (Red+Green+Blue) = 198+73+222=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #C649DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649DE is #39B621. Grayscale: #7E7E7E. Windows color (decimal): -3782178 or 14567878. OLE color: 14567878.

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

Color convert

RGB 198 73 222 -
CMYK 0.11 0.67 0 0.13
HSL 290.34º 0.69% 0.58% -
HSV(B) 290.34º 0.67% 0.87% -
XYZ 38.86 22.04 71.31 -
YUV 127.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 198 73 222 0.11 0.67 0 0.13 290.34 0.69 0.58
Hex C6 49 DE B 43 0 D 122 45 3A
Octal 306 111 336 13 103 0 15 442 105 72
Binary 11000110 1001001 11011110 1011 1000011 0 1101 100100010 1000101 111010

Color Harmonies of #C649DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649DE

Black with #C649DE

Text Example


Text Example

White with #C649DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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