Html Css Color HEX #C581CD Orchid

📋 copy color: '#C581CD'

red 197 ◦ green 129 ◦ blue 205

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

Shades of Orchid #C581CD

Tints of Orchid #C581CD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.29%

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

R = 37.1%
G = 24.29%
B = 38.61%

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

#C581CD (or 0xC581CD) is known color: Orchid. HEX triplet: C5, 81 and CD. RGB value is (197,129,205). Sum of RGB (Red+Green+Blue) = 197+129+205=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #C581CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581CD is #3A7E32. Grayscale: #9D9D9D. Windows color (decimal): -3833395 or 13468101. OLE color: 13468101.

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

Color convert

RGB 197 129 205 -
CMYK 0.04 0.37 0 0.20
HSL 293.68º 0.43% 0.65% -
HSV(B) 293.68º 0.37% 0.8% -
XYZ 41.9 31.98 61.72 -
YUV 158 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 197 129 205 0.04 0.37 0 0.20 293.68 0.43 0.65
Hex C5 81 CD 4 25 0 14 126 2B 41
Octal 305 201 315 4 45 0 24 446 53 101
Binary 11000101 10000001 11001101 100 100101 0 10100 100100110 101011 1000001

Color Harmonies of #C581CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581CD

Black with #C581CD

Text Example


Text Example

White with #C581CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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