Html Css Color HEX #C64CEF Medium Orchid

📋 copy color: '#C64CEF'

red 198 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #C64CEF

Tints of Medium Orchid #C64CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.81%

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 38.6%
G = 14.81%
B = 46.59%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C64CEF (or 0xC64CEF) is known color: Medium Orchid. HEX triplet: C6, 4C and EF. RGB value is (198,76,239). Sum of RGB (Red+Green+Blue) = 198+76+239=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #C64CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CEF is #39B310. Grayscale: #828282. Windows color (decimal): -3781393 or 15682758. OLE color: 15682758.

HSL color Cylindrical-coordinate representation of color #C64CEF: hue angle of 284.91º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64CEF is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 76 239 -
CMYK 0.17 0.68 0 0.06
HSL 284.91º 0.84% 0.62% -
HSV(B) 284.91º 0.68% 0.94% -
XYZ 41.45 23.41 83.99 -
YUV 131.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 198 76 239 0.17 0.68 0 0.06 284.91 0.84 0.62
Hex C6 4C EF 11 44 0 6 11D 54 3E
Octal 306 114 357 21 104 0 6 435 124 76
Binary 11000110 1001100 11101111 10001 1000100 0 110 100011101 1010100 111110

Color Harmonies of #C64CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CEF

Black with #C64CEF

Text Example


Text Example

White with #C64CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CEF; }

 p { color: rgb(198,76,239); }

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

background-color css

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

 a { background-color: rgb(198,76,239); }

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

border-color css

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

 span { border-color: rgb(198,76,239); }

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