Html Css Color HEX #C64CFC Medium Orchid

📋 copy color: '#C64CFC'

red 198 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #C64CFC

Tints of Medium Orchid #C64CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 37.64%
G = 14.45%
B = 47.91%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C64CFC (or 0xC64CFC) is known color: Medium Orchid. HEX triplet: C6, 4C and FC. RGB value is (198,76,252). Sum of RGB (Red+Green+Blue) = 198+76+252=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #C64CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CFC is #39B303. Grayscale: #838383. Windows color (decimal): -3781380 or 16534726. OLE color: 16534726.

HSL color Cylindrical-coordinate representation of color #C64CFC: hue angle of 281.59º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64CFC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 76 252 -
CMYK 0.21 0.70 0 0.01
HSL 281.59º 0.97% 0.64% -
HSV(B) 281.59º 0.7% 0.99% -
XYZ 43.44 24.2 94.48 -
YUV 132.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 198 76 252 0.21 0.70 0 0.01 281.59 0.97 0.64
Hex C6 4C FC 15 46 0 1 11A 61 40
Octal 306 114 374 25 106 0 1 432 141 100
Binary 11000110 1001100 11111100 10101 1000110 0 1 100011010 1100001 1000000

Color Harmonies of #C64CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CFC

Black with #C64CFC

Text Example


Text Example

White with #C64CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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