Html Css Color HEX #D581CC Orchid

📋 copy color: '#D581CC'

red 213 ◦ green 129 ◦ blue 204

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

Shades of Orchid #D581CC

Tints of Orchid #D581CC

RGB

 RED value IS 213 (83.59% from 255) = 39.01%

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

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

R = 39.01%
G = 23.63%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D581CC (or 0xD581CC) is known color: Orchid. HEX triplet: D5, 81 and CC. RGB value is (213,129,204). Sum of RGB (Red+Green+Blue) = 213+129+204=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D581CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581CC is #2A7E33. Grayscale: #A2A2A2. Windows color (decimal): -2784820 or 13402581. OLE color: 13402581.

HSL color Cylindrical-coordinate representation of color #D581CC: hue angle of 306.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D581CC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 204 -
CMYK 0 0.39 0.04 0.16
HSL 306.43º 0.5% 0.67% -
HSV(B) 306.43º 0.39% 0.84% -
XYZ 46.19 34.21 61.29 -
YUV 162.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 213 129 204 0 0.39 0.04 0.16 306.43 0.5 0.67
Hex D5 81 CC 0 27 4 10 132 32 43
Octal 325 201 314 0 47 4 20 462 62 103
Binary 11010101 10000001 11001100 0 100111 100 10000 100110010 110010 1000011

Color Harmonies of #D581CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581CC

Black with #D581CC

Text Example


Text Example

White with #D581CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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