Html Css Color HEX #C460CF Medium Orchid

📋 copy color: '#C460CF'

red 196 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #C460CF

Tints of Medium Orchid #C460CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 39.28%
G = 19.24%
B = 41.48%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C460CF (or 0xC460CF) is known color: Medium Orchid. HEX triplet: C4, 60 and CF. RGB value is (196,96,207). Sum of RGB (Red+Green+Blue) = 196+96+207=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C460CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460CF is #3B9F30. Grayscale: #8A8A8A. Windows color (decimal): -3907377 or 13590724. OLE color: 13590724.

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

Color convert

RGB 196 96 207 -
CMYK 0.05 0.54 0 0.19
HSL 294.05º 0.54% 0.59% -
HSV(B) 294.05º 0.54% 0.81% -
XYZ 38.21 24.61 61.77 -
YUV 138.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 196 96 207 0.05 0.54 0 0.19 294.05 0.54 0.59
Hex C4 60 CF 5 36 0 13 126 36 3B
Octal 304 140 317 5 66 0 23 446 66 73
Binary 11000100 1100000 11001111 101 110110 0 10011 100100110 110110 111011

Color Harmonies of #C460CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460CF

Black with #C460CF

Text Example


Text Example

White with #C460CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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