Html Css Color HEX #C460CE Medium Orchid

📋 copy color: '#C460CE'

red 196 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #C460CE

Tints of Medium Orchid #C460CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.28%

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 39.36%
G = 19.28%
B = 41.37%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C460CE (or 0xC460CE) is known color: Medium Orchid. HEX triplet: C4, 60 and CE. RGB value is (196,96,206). Sum of RGB (Red+Green+Blue) = 196+96+206=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #C460CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460CE is #3B9F31. Grayscale: #8A8A8A. Windows color (decimal): -3907378 or 13525188. OLE color: 13525188.

HSL color Cylindrical-coordinate representation of color #C460CE: hue angle of 294.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C460CE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 96 206 -
CMYK 0.05 0.53 0 0.19
HSL 294.55º 0.53% 0.59% -
HSV(B) 294.55º 0.53% 0.81% -
XYZ 38.09 24.56 61.13 -
YUV 138.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 196 96 206 0.05 0.53 0 0.19 294.55 0.53 0.59
Hex C4 60 CE 5 35 0 13 127 35 3B
Octal 304 140 316 5 65 0 23 447 65 73
Binary 11000100 1100000 11001110 101 110101 0 10011 100100111 110101 111011

Color Harmonies of #C460CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460CE

Black with #C460CE

Text Example


Text Example

White with #C460CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460CE; }

 p { color: rgb(196,96,206); }

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

background-color css

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

 a { background-color: rgb(196,96,206); }

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

border-color css

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

 span { border-color: rgb(196,96,206); }

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