Html Css Color HEX #D580CC Orchid

📋 copy color: '#D580CC'

red 213 ◦ green 128 ◦ blue 204

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

Shades of Orchid #D580CC

Tints of Orchid #D580CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.49%

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

R = 39.08%
G = 23.49%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D580CC (or 0xD580CC) is known color: Orchid. HEX triplet: D5, 80 and CC. RGB value is (213,128,204). Sum of RGB (Red+Green+Blue) = 213+128+204=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D580CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580CC is #2A7F33. Grayscale: #A1A1A1. Windows color (decimal): -2785076 or 13402325. OLE color: 13402325.

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

Color convert

RGB 213 128 204 -
CMYK 0 0.40 0.04 0.16
HSL 306.35º 0.5% 0.67% -
HSV(B) 306.35º 0.4% 0.84% -
XYZ 46.06 33.94 61.25 -
YUV 162.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 213 128 204 0 0.40 0.04 0.16 306.35 0.5 0.67
Hex D5 80 CC 0 28 4 10 132 32 43
Octal 325 200 314 0 50 4 20 462 62 103
Binary 11010101 10000000 11001100 0 101000 100 10000 100110010 110010 1000011

Color Harmonies of #D580CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580CC

Black with #D580CC

Text Example


Text Example

White with #D580CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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