Html Css Color HEX #C649FD Medium Orchid

📋 copy color: '#C649FD'

red 198 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #C649FD

Tints of Medium Orchid #C649FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 37.79%
G = 13.93%
B = 48.28%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C649FD (or 0xC649FD) is known color: Medium Orchid. HEX triplet: C6, 49 and FD. RGB value is (198,73,253). Sum of RGB (Red+Green+Blue) = 198+73+253=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C649FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649FD is #39B602. Grayscale: #828282. Windows color (decimal): -3782147 or 16599494. OLE color: 16599494.

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

Color convert

RGB 198 73 253 -
CMYK 0.22 0.71 0 0.01
HSL 281.67º 0.98% 0.64% -
HSV(B) 281.67º 0.71% 0.99% -
XYZ 43.4 23.86 95.25 -
YUV 130.9 196.91 175.86 -
System Red Green Blue C M Y K H S L
Decimal 198 73 253 0.22 0.71 0 0.01 281.67 0.98 0.64
Hex C6 49 FD 16 47 0 1 11A 62 40
Octal 306 111 375 26 107 0 1 432 142 100
Binary 11000110 1001001 11111101 10110 1000111 0 1 100011010 1100010 1000000

Color Harmonies of #C649FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649FD

Black with #C649FD

Text Example


Text Example

White with #C649FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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