Html Css Color HEX #C581CC Orchid

📋 copy color: '#C581CC'

red 197 ◦ green 129 ◦ blue 204

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

Shades of Orchid #C581CC

Tints of Orchid #C581CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 37.17%
G = 24.34%
B = 38.49%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C581CC (or 0xC581CC) is known color: Orchid. HEX triplet: C5, 81 and CC. RGB value is (197,129,204). Sum of RGB (Red+Green+Blue) = 197+129+204=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C581CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581CC is #3A7E33. Grayscale: #9D9D9D. Windows color (decimal): -3833396 or 13402565. OLE color: 13402565.

HSL color Cylindrical-coordinate representation of color #C581CC: hue angle of 294.4º degrees, saturation: 0.42, 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 #C581CC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 129 204 -
CMYK 0.03 0.37 0 0.2
HSL 294.4º 0.42% 0.65% -
HSV(B) 294.4º 0.37% 0.8% -
XYZ 41.78 31.93 61.09 -
YUV 157.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 197 129 204 0.03 0.37 0 0.2 294.4 0.42 0.65
Hex C5 81 CC 3 25 0 14 126 2A 41
Octal 305 201 314 3 45 0 24 446 52 101
Binary 11000101 10000001 11001100 11 100101 0 10100 100100110 101010 1000001

Color Harmonies of #C581CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581CC

Black with #C581CC

Text Example


Text Example

White with #C581CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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