Html Css Color HEX #C580CE Orchid

📋 copy color: '#C580CE'

red 197 ◦ green 128 ◦ blue 206

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

Shades of Orchid #C580CE

Tints of Orchid #C580CE

RGB

 RED value IS 197 (77.34% from 255) = 37.1%

 GREEN value IS 128 (50.39% from 255) = 24.11%

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

R = 37.1%
G = 24.11%
B = 38.79%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C580CE (or 0xC580CE) is known color: Orchid. HEX triplet: C5, 80 and CE. RGB value is (197,128,206). Sum of RGB (Red+Green+Blue) = 197+128+206=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #C580CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580CE is #3A7F31. Grayscale: #9D9D9D. Windows color (decimal): -3833650 or 13533381. OLE color: 13533381.

HSL color Cylindrical-coordinate representation of color #C580CE: hue angle of 293.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C580CE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 128 206 -
CMYK 0.04 0.38 0 0.19
HSL 293.08º 0.44% 0.65% -
HSV(B) 293.08º 0.38% 0.81% -
XYZ 41.89 31.76 62.32 -
YUV 157.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 197 128 206 0.04 0.38 0 0.19 293.08 0.44 0.65
Hex C5 80 CE 4 26 0 13 125 2C 41
Octal 305 200 316 4 46 0 23 445 54 101
Binary 11000101 10000000 11001110 100 100110 0 10011 100100101 101100 1000001

Color Harmonies of #C580CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580CE

Black with #C580CE

Text Example


Text Example

White with #C580CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580CE; }

 p { color: rgb(197,128,206); }

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

background-color css

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

 a { background-color: rgb(197,128,206); }

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

border-color css

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

 span { border-color: rgb(197,128,206); }

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