Html Css Color HEX #C582CE Orchid

📋 copy color: '#C582CE'

red 197 ◦ green 130 ◦ blue 206

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

Shades of Orchid #C582CE

Tints of Orchid #C582CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.39%

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

R = 36.96%
G = 24.39%
B = 38.65%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C582CE (or 0xC582CE) is known color: Orchid. HEX triplet: C5, 82 and CE. RGB value is (197,130,206). Sum of RGB (Red+Green+Blue) = 197+130+206=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C582CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582CE is #3A7D31. Grayscale: #9E9E9E. Windows color (decimal): -3833138 or 13533893. OLE color: 13533893.

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

Color convert

RGB 197 130 206 -
CMYK 0.04 0.37 0 0.19
HSL 292.89º 0.44% 0.66% -
HSV(B) 292.89º 0.37% 0.81% -
XYZ 42.15 32.29 62.4 -
YUV 158.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 197 130 206 0.04 0.37 0 0.19 292.89 0.44 0.66
Hex C5 82 CE 4 25 0 13 125 2C 42
Octal 305 202 316 4 45 0 23 445 54 102
Binary 11000101 10000010 11001110 100 100101 0 10011 100100101 101100 1000010

Color Harmonies of #C582CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582CE

Black with #C582CE

Text Example


Text Example

White with #C582CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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