Html Css Color HEX #C644FD Medium Orchid

📋 copy color: '#C644FD'

red 198 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #C644FD

Tints of Medium Orchid #C644FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.1%

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

R = 38.15%
G = 13.1%
B = 48.75%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C644FD (or 0xC644FD) is known color: Medium Orchid. HEX triplet: C6, 44 and FD. RGB value is (198,68,253). Sum of RGB (Red+Green+Blue) = 198+68+253=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 68 (26.95% from 255 or 13.10% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #C644FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644FD is #39BB02. Grayscale: #7F7F7F. Windows color (decimal): -3783427 or 16598214. OLE color: 16598214.

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

Color convert

RGB 198 68 253 -
CMYK 0.22 0.73 0 0.01
HSL 282.16º 0.98% 0.63% -
HSV(B) 282.16º 0.73% 0.99% -
XYZ 43.09 23.23 95.14 -
YUV 127.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 198 68 253 0.22 0.73 0 0.01 282.16 0.98 0.63
Hex C6 44 FD 16 49 0 1 11A 62 3F
Octal 306 104 375 26 111 0 1 432 142 77
Binary 11000110 1000100 11111101 10110 1001001 0 1 100011010 1100010 111111

Color Harmonies of #C644FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644FD

Black with #C644FD

Text Example


Text Example

White with #C644FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C644FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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