Html Css Color HEX #C464CD Medium Orchid

📋 copy color: '#C464CD'

red 196 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #C464CD

Tints of Medium Orchid #C464CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 39.12%
G = 19.96%
B = 40.92%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C464CD (or 0xC464CD) is known color: Medium Orchid. HEX triplet: C4, 64 and CD. RGB value is (196,100,205). Sum of RGB (Red+Green+Blue) = 196+100+205=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #C464CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CD is #3B9B32. Grayscale: #8C8C8C. Windows color (decimal): -3906355 or 13460676. OLE color: 13460676.

HSL color Cylindrical-coordinate representation of color #C464CD: hue angle of 294.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C464CD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 100 205 -
CMYK 0.04 0.51 0 0.20
HSL 294.86º 0.51% 0.6% -
HSV(B) 294.86º 0.51% 0.8% -
XYZ 38.34 25.26 60.61 -
YUV 140.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 196 100 205 0.04 0.51 0 0.20 294.86 0.51 0.6
Hex C4 64 CD 4 33 0 14 127 33 3C
Octal 304 144 315 4 63 0 24 447 63 74
Binary 11000100 1100100 11001101 100 110011 0 10100 100100111 110011 111100

Color Harmonies of #C464CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464CD

Black with #C464CD

Text Example


Text Example

White with #C464CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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