Html Css Color HEX #C64CEE Medium Orchid

📋 copy color: '#C64CEE'

red 198 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #C64CEE

Tints of Medium Orchid #C64CEE

RGB

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

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

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

R = 38.67%
G = 14.84%
B = 46.48%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C64CEE (or 0xC64CEE) is known color: Medium Orchid. HEX triplet: C6, 4C and EE. RGB value is (198,76,238). Sum of RGB (Red+Green+Blue) = 198+76+238=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #C64CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CEE is #39B311. Grayscale: #828282. Windows color (decimal): -3781394 or 15617222. OLE color: 15617222.

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

Color convert

RGB 198 76 238 -
CMYK 0.17 0.68 0 0.07
HSL 285.19º 0.83% 0.62% -
HSV(B) 285.19º 0.68% 0.93% -
XYZ 41.31 23.35 83.22 -
YUV 130.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 198 76 238 0.17 0.68 0 0.07 285.19 0.83 0.62
Hex C6 4C EE 11 44 0 7 11D 53 3E
Octal 306 114 356 21 104 0 7 435 123 76
Binary 11000110 1001100 11101110 10001 1000100 0 111 100011101 1010011 111110

Color Harmonies of #C64CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CEE

Black with #C64CEE

Text Example


Text Example

White with #C64CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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