Html Css Color HEX #C649FF Medium Orchid

📋 copy color: '#C649FF'

red 198 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #C649FF

Tints of Medium Orchid #C649FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 37.64%
G = 13.88%
B = 48.48%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C649FF (or 0xC649FF) is known color: Medium Orchid. HEX triplet: C6, 49 and FF. RGB value is (198,73,255). Sum of RGB (Red+Green+Blue) = 198+73+255=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #C649FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649FF is #39B600. Grayscale: #828282. Windows color (decimal): -3782145 or 16730566. OLE color: 16730566.

HSL color Cylindrical-coordinate representation of color #C649FF: hue angle of 281.21º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C649FF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 73 255 -
CMYK 0.22 0.71 0 0
HSL 281.21º 1% 0.64% -
HSV(B) 281.21º 0.71% 1% -
XYZ 43.72 23.99 96.93 -
YUV 131.12 197.91 175.7 -
System Red Green Blue C M Y K H S L
Decimal 198 73 255 0.22 0.71 0 0 281.21 1 0.64
Hex C6 49 FF 16 47 0 0 119 64 40
Octal 306 111 377 26 107 0 0 431 144 100
Binary 11000110 1001001 11111111 10110 1000111 0 0 100011001 1100100 1000000

Color Harmonies of #C649FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649FF

Black with #C649FF

Text Example


Text Example

White with #C649FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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