Html Css Color HEX #C64CF3 Medium Orchid

📋 copy color: '#C64CF3'

red 198 ◦ green 76 ◦ blue 243

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

Shades of Medium Orchid #C64CF3

Tints of Medium Orchid #C64CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47%

R = 38.3%
G = 14.7%
B = 47%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C64CF3 (or 0xC64CF3) is known color: Medium Orchid. HEX triplet: C6, 4C and F3. RGB value is (198,76,243). Sum of RGB (Red+Green+Blue) = 198+76+243=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #C64CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CF3 is #39B30C. Grayscale: #828282. Windows color (decimal): -3781389 or 15944902. OLE color: 15944902.

HSL color Cylindrical-coordinate representation of color #C64CF3: hue angle of 283.83º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64CF3 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 76 243 -
CMYK 0.19 0.69 0 0.05
HSL 283.83º 0.87% 0.63% -
HSV(B) 283.83º 0.69% 0.95% -
XYZ 42.05 23.65 87.14 -
YUV 131.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 198 76 243 0.19 0.69 0 0.05 283.83 0.87 0.63
Hex C6 4C F3 13 45 0 5 11C 57 3F
Octal 306 114 363 23 105 0 5 434 127 77
Binary 11000110 1001100 11110011 10011 1000101 0 101 100011100 1010111 111111

Color Harmonies of #C64CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CF3

Black with #C64CF3

Text Example


Text Example

White with #C64CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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