Html Css Color HEX #C464DE Medium Orchid

📋 copy color: '#C464DE'

red 196 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #C464DE

Tints of Medium Orchid #C464DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 37.84%
G = 19.31%
B = 42.86%

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

#C464DE (or 0xC464DE) is known color: Medium Orchid. HEX triplet: C4, 64 and DE. RGB value is (196,100,222). Sum of RGB (Red+Green+Blue) = 196+100+222=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #C464DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464DE is #3B9B21. Grayscale: #8E8E8E. Windows color (decimal): -3906338 or 14574788. OLE color: 14574788.

HSL color Cylindrical-coordinate representation of color #C464DE: hue angle of 287.21º degrees, saturation: 0.65, 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 #C464DE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 100 222 -
CMYK 0.12 0.55 0 0.13
HSL 287.21º 0.65% 0.63% -
HSV(B) 287.21º 0.55% 0.87% -
XYZ 40.51 26.12 72.01 -
YUV 142.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 196 100 222 0.12 0.55 0 0.13 287.21 0.65 0.63
Hex C4 64 DE C 37 0 D 11F 41 3F
Octal 304 144 336 14 67 0 15 437 101 77
Binary 11000100 1100100 11011110 1100 110111 0 1101 100011111 1000001 111111

Color Harmonies of #C464DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464DE

Black with #C464DE

Text Example


Text Example

White with #C464DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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