Html Css Color HEX #C582CD Orchid

📋 copy color: '#C582CD'

red 197 ◦ green 130 ◦ blue 205

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

Shades of Orchid #C582CD

Tints of Orchid #C582CD

RGB

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

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

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

R = 37.03%
G = 24.44%
B = 38.53%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C582CD (or 0xC582CD) is known color: Orchid. HEX triplet: C5, 82 and CD. RGB value is (197,130,205). Sum of RGB (Red+Green+Blue) = 197+130+205=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C582CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582CD is #3A7D32. Grayscale: #9E9E9E. Windows color (decimal): -3833139 or 13468357. OLE color: 13468357.

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

Color convert

RGB 197 130 205 -
CMYK 0.04 0.37 0 0.20
HSL 293.6º 0.43% 0.66% -
HSV(B) 293.6º 0.37% 0.8% -
XYZ 42.03 32.24 61.77 -
YUV 158.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 197 130 205 0.04 0.37 0 0.20 293.6 0.43 0.66
Hex C5 82 CD 4 25 0 14 126 2B 42
Octal 305 202 315 4 45 0 24 446 53 102
Binary 11000101 10000010 11001101 100 100101 0 10100 100100110 101011 1000010

Color Harmonies of #C582CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582CD

Black with #C582CD

Text Example


Text Example

White with #C582CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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