Html Css Color HEX #C464DF Medium Orchid

📋 copy color: '#C464DF'

red 196 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #C464DF

Tints of Medium Orchid #C464DF

RGB

 RED value IS 196 (76.95% from 255) = 37.76%

 GREEN value IS 100 (39.45% from 255) = 19.27%

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 37.76%
G = 19.27%
B = 42.97%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C464DF (or 0xC464DF) is known color: Medium Orchid. HEX triplet: C4, 64 and DF. RGB value is (196,100,223). Sum of RGB (Red+Green+Blue) = 196+100+223=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C464DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464DF is #3B9B20. Grayscale: #8E8E8E. Windows color (decimal): -3906337 or 14640324. OLE color: 14640324.

HSL color Cylindrical-coordinate representation of color #C464DF: hue angle of 286.83º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C464DF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 100 223 -
CMYK 0.12 0.55 0 0.13
HSL 286.83º 0.66% 0.63% -
HSV(B) 286.83º 0.55% 0.87% -
XYZ 40.64 26.18 72.72 -
YUV 142.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 196 100 223 0.12 0.55 0 0.13 286.83 0.66 0.63
Hex C4 64 DF C 37 0 D 11F 42 3F
Octal 304 144 337 14 67 0 15 437 102 77
Binary 11000100 1100100 11011111 1100 110111 0 1101 100011111 1000010 111111

Color Harmonies of #C464DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464DF

Black with #C464DF

Text Example


Text Example

White with #C464DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464DF; }

 p { color: rgb(196,100,223); }

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

background-color css

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

 a { background-color: rgb(196,100,223); }

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

border-color css

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

 span { border-color: rgb(196,100,223); }

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