Html Css Color HEX #C64EEE Medium Orchid

📋 copy color: '#C64EEE'

red 198 ◦ green 78 ◦ blue 238

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

Shades of Medium Orchid #C64EEE

Tints of Medium Orchid #C64EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 38.52%
G = 15.18%
B = 46.3%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C64EEE (or 0xC64EEE) is known color: Medium Orchid. HEX triplet: C6, 4E and EE. RGB value is (198,78,238). Sum of RGB (Red+Green+Blue) = 198+78+238=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #C64EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EEE is #39B111. Grayscale: #838383. Windows color (decimal): -3780882 or 15617734. OLE color: 15617734.

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

Color convert

RGB 198 78 238 -
CMYK 0.17 0.67 0 0.07
HSL 285º 0.82% 0.62% -
HSV(B) 285º 0.67% 0.93% -
XYZ 41.45 23.63 83.27 -
YUV 132.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 198 78 238 0.17 0.67 0 0.07 285 0.82 0.62
Hex C6 4E EE 11 43 0 7 11D 52 3E
Octal 306 116 356 21 103 0 7 435 122 76
Binary 11000110 1001110 11101110 10001 1000011 0 111 100011101 1010010 111110

Color Harmonies of #C64EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EEE

Black with #C64EEE

Text Example


Text Example

White with #C64EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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