Html Css Color HEX #D585CC Orchid

📋 copy color: '#D585CC'

red 213 ◦ green 133 ◦ blue 204

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

Shades of Orchid #D585CC

Tints of Orchid #D585CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.18%

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

R = 38.73%
G = 24.18%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D585CC (or 0xD585CC) is known color: Orchid. HEX triplet: D5, 85 and CC. RGB value is (213,133,204). Sum of RGB (Red+Green+Blue) = 213+133+204=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D585CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585CC is #2A7A33. Grayscale: #A4A4A4. Windows color (decimal): -2783796 or 13403605. OLE color: 13403605.

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

Color convert

RGB 213 133 204 -
CMYK 0 0.38 0.04 0.16
HSL 306.75º 0.49% 0.68% -
HSV(B) 306.75º 0.38% 0.84% -
XYZ 46.73 35.28 61.47 -
YUV 165.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 213 133 204 0 0.38 0.04 0.16 306.75 0.49 0.68
Hex D5 85 CC 0 26 4 10 133 31 44
Octal 325 205 314 0 46 4 20 463 61 104
Binary 11010101 10000101 11001100 0 100110 100 10000 100110011 110001 1000100

Color Harmonies of #D585CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585CC

Black with #D585CC

Text Example


Text Example

White with #D585CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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