Html Css Color HEX #C64CEC Medium Orchid

📋 copy color: '#C64CEC'

red 198 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #C64CEC

Tints of Medium Orchid #C64CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 38.82%
G = 14.9%
B = 46.27%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C64CEC (or 0xC64CEC) is known color: Medium Orchid. HEX triplet: C6, 4C and EC. RGB value is (198,76,236). Sum of RGB (Red+Green+Blue) = 198+76+236=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #C64CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CEC is #39B313. Grayscale: #828282. Windows color (decimal): -3781396 or 15486150. OLE color: 15486150.

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

Color convert

RGB 198 76 236 -
CMYK 0.16 0.68 0 0.07
HSL 285.75º 0.81% 0.61% -
HSV(B) 285.75º 0.68% 0.93% -
XYZ 41.01 23.23 81.68 -
YUV 130.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 198 76 236 0.16 0.68 0 0.07 285.75 0.81 0.61
Hex C6 4C EC 10 44 0 7 11E 51 3D
Octal 306 114 354 20 104 0 7 436 121 75
Binary 11000110 1001100 11101100 10000 1000100 0 111 100011110 1010001 111101

Color Harmonies of #C64CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CEC

Black with #C64CEC

Text Example


Text Example

White with #C64CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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