Html Css Color HEX #C64DFD Medium Orchid

📋 copy color: '#C64DFD'

red 198 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #C64DFD

Tints of Medium Orchid #C64DFD

RGB

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

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

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

R = 37.5%
G = 14.58%
B = 47.92%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C64DFD (or 0xC64DFD) is known color: Medium Orchid. HEX triplet: C6, 4D and FD. RGB value is (198,77,253). Sum of RGB (Red+Green+Blue) = 198+77+253=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C64DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DFD is #39B202. Grayscale: #848484. Windows color (decimal): -3781123 or 16600518. OLE color: 16600518.

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

Color convert

RGB 198 77 253 -
CMYK 0.22 0.70 0 0.01
HSL 281.25º 0.98% 0.65% -
HSV(B) 281.25º 0.7% 0.99% -
XYZ 43.67 24.41 95.34 -
YUV 133.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 198 77 253 0.22 0.70 0 0.01 281.25 0.98 0.65
Hex C6 4D FD 16 46 0 1 119 62 41
Octal 306 115 375 26 106 0 1 431 142 101
Binary 11000110 1001101 11111101 10110 1000110 0 1 100011001 1100010 1000001

Color Harmonies of #C64DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DFD

Black with #C64DFD

Text Example


Text Example

White with #C64DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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