Html Css Color HEX #C64DFC Medium Orchid

📋 copy color: '#C64DFC'

red 198 ◦ green 77 ◦ blue 252

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

Shades of Medium Orchid #C64DFC

Tints of Medium Orchid #C64DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.61%

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 37.57%
G = 14.61%
B = 47.82%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C64DFC (or 0xC64DFC) is known color: Medium Orchid. HEX triplet: C6, 4D and FC. RGB value is (198,77,252). Sum of RGB (Red+Green+Blue) = 198+77+252=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C64DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DFC is #39B203. Grayscale: #848484. Windows color (decimal): -3781124 or 16534982. OLE color: 16534982.

HSL color Cylindrical-coordinate representation of color #C64DFC: hue angle of 281.49º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64DFC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 77 252 -
CMYK 0.21 0.69 0 0.01
HSL 281.49º 0.97% 0.65% -
HSV(B) 281.49º 0.69% 0.99% -
XYZ 43.51 24.34 94.5 -
YUV 133.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 198 77 252 0.21 0.69 0 0.01 281.49 0.97 0.65
Hex C6 4D FC 15 45 0 1 119 61 41
Octal 306 115 374 25 105 0 1 431 141 101
Binary 11000110 1001101 11111100 10101 1000101 0 1 100011001 1100001 1000001

Color Harmonies of #C64DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DFC

Black with #C64DFC

Text Example


Text Example

White with #C64DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DFC; }

 p { color: rgb(198,77,252); }

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

background-color css

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

 a { background-color: rgb(198,77,252); }

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

border-color css

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

 span { border-color: rgb(198,77,252); }

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