Html Css Color HEX #C64EEF Medium Orchid

📋 copy color: '#C64EEF'

red 198 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #C64EEF

Tints of Medium Orchid #C64EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.15%

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

R = 38.45%
G = 15.15%
B = 46.41%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C64EEF (or 0xC64EEF) is known color: Medium Orchid. HEX triplet: C6, 4E and EF. RGB value is (198,78,239). Sum of RGB (Red+Green+Blue) = 198+78+239=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #C64EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EEF is #39B110. Grayscale: #838383. Windows color (decimal): -3780881 or 15683270. OLE color: 15683270.

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

Color convert

RGB 198 78 239 -
CMYK 0.17 0.67 0 0.06
HSL 284.72º 0.83% 0.62% -
HSV(B) 284.72º 0.67% 0.94% -
XYZ 41.59 23.69 84.04 -
YUV 132.23 188.26 174.91 -
System Red Green Blue C M Y K H S L
Decimal 198 78 239 0.17 0.67 0 0.06 284.72 0.83 0.62
Hex C6 4E EF 11 43 0 6 11D 53 3E
Octal 306 116 357 21 103 0 6 435 123 76
Binary 11000110 1001110 11101111 10001 1000011 0 110 100011101 1010011 111110

Color Harmonies of #C64EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EEF

Black with #C64EEF

Text Example


Text Example

White with #C64EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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