Html Css Color HEX #C581C7 Orchid

📋 copy color: '#C581C7'

red 197 ◦ green 129 ◦ blue 199

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

Shades of Orchid #C581C7

Tints of Orchid #C581C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.9%

R = 37.52%
G = 24.57%
B = 37.9%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C581C7 (or 0xC581C7) is known color: Orchid. HEX triplet: C5, 81 and C7. RGB value is (197,129,199). Sum of RGB (Red+Green+Blue) = 197+129+199=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 199 - color contains mainly: blue. Hex color #C581C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581C7 is #3A7E38. Grayscale: #9D9D9D. Windows color (decimal): -3833401 or 13074885. OLE color: 13074885.

HSL color Cylindrical-coordinate representation of color #C581C7: hue angle of 298.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C581C7 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 129 199 -
CMYK 0.01 0.35 0 0.22
HSL 298.29º 0.38% 0.64% -
HSV(B) 298.29º 0.35% 0.78% -
XYZ 41.19 31.69 57.98 -
YUV 157.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 197 129 199 0.01 0.35 0 0.22 298.29 0.38 0.64
Hex C5 81 C7 1 23 0 16 12A 26 40
Octal 305 201 307 1 43 0 26 452 46 100
Binary 11000101 10000001 11000111 1 100011 0 10110 100101010 100110 1000000

Color Harmonies of #C581C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581C7

Black with #C581C7

Text Example


Text Example

White with #C581C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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