Html Css Color HEX #C648FD Medium Orchid

📋 copy color: '#C648FD'

red 198 ◦ green 72 ◦ blue 253

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

Shades of Medium Orchid #C648FD

Tints of Medium Orchid #C648FD

RGB

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

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

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

R = 37.86%
G = 13.77%
B = 48.37%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C648FD (or 0xC648FD) is known color: Medium Orchid. HEX triplet: C6, 48 and FD. RGB value is (198,72,253). Sum of RGB (Red+Green+Blue) = 198+72+253=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #C648FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C648FD is #39B702. Grayscale: #818181. Windows color (decimal): -3782403 or 16599238. OLE color: 16599238.

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

Color convert

RGB 198 72 253 -
CMYK 0.22 0.72 0 0.01
HSL 281.77º 0.98% 0.64% -
HSV(B) 281.77º 0.72% 0.99% -
XYZ 43.34 23.73 95.23 -
YUV 130.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 198 72 253 0.22 0.72 0 0.01 281.77 0.98 0.64
Hex C6 48 FD 16 48 0 1 11A 62 40
Octal 306 110 375 26 110 0 1 432 142 100
Binary 11000110 1001000 11111101 10110 1001000 0 1 100011010 1100010 1000000

Color Harmonies of #C648FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648FD

Black with #C648FD

Text Example


Text Example

White with #C648FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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