Html Css Color HEX #C64AEE Medium Orchid

📋 copy color: '#C64AEE'

red 198 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #C64AEE

Tints of Medium Orchid #C64AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.51%

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

R = 38.82%
G = 14.51%
B = 46.67%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C64AEE (or 0xC64AEE) is known color: Medium Orchid. HEX triplet: C6, 4A and EE. RGB value is (198,74,238). Sum of RGB (Red+Green+Blue) = 198+74+238=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #C64AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AEE is #39B511. Grayscale: #818181. Windows color (decimal): -3781906 or 15616710. OLE color: 15616710.

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

Color convert

RGB 198 74 238 -
CMYK 0.17 0.69 0 0.07
HSL 285.37º 0.83% 0.61% -
HSV(B) 285.37º 0.69% 0.93% -
XYZ 41.17 23.08 83.17 -
YUV 129.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 198 74 238 0.17 0.69 0 0.07 285.37 0.83 0.61
Hex C6 4A EE 11 45 0 7 11D 53 3D
Octal 306 112 356 21 105 0 7 435 123 75
Binary 11000110 1001010 11101110 10001 1000101 0 111 100011101 1010011 111101

Color Harmonies of #C64AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AEE

Black with #C64AEE

Text Example


Text Example

White with #C64AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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