Html Css Color HEX #C64EE4 Medium Orchid

📋 copy color: '#C64EE4'

red 198 ◦ green 78 ◦ blue 228

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

Shades of Medium Orchid #C64EE4

Tints of Medium Orchid #C64EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 39.29%
G = 15.48%
B = 45.24%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C64EE4 (or 0xC64EE4) is known color: Medium Orchid. HEX triplet: C6, 4E and E4. RGB value is (198,78,228). Sum of RGB (Red+Green+Blue) = 198+78+228=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #C64EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EE4 is #39B11B. Grayscale: #828282. Windows color (decimal): -3780892 or 14962374. OLE color: 14962374.

HSL color Cylindrical-coordinate representation of color #C64EE4: hue angle of 288º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64EE4 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 78 228 -
CMYK 0.13 0.66 0 0.11
HSL 288º 0.74% 0.6% -
HSV(B) 288º 0.66% 0.89% -
XYZ 40.02 23.06 75.74 -
YUV 130.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 198 78 228 0.13 0.66 0 0.11 288 0.74 0.6
Hex C6 4E E4 D 42 0 B 120 4A 3C
Octal 306 116 344 15 102 0 13 440 112 74
Binary 11000110 1001110 11100100 1101 1000010 0 1011 100100000 1001010 111100

Color Harmonies of #C64EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EE4

Black with #C64EE4

Text Example


Text Example

White with #C64EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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