Html Css Color HEX #D488CC Orchid

📋 copy color: '#D488CC'

red 212 ◦ green 136 ◦ blue 204

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

Shades of Orchid #D488CC

Tints of Orchid #D488CC

RGB

 RED value IS 212 (83.2% from 255) = 38.41%

 GREEN value IS 136 (53.52% from 255) = 24.64%

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

R = 38.41%
G = 24.64%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D488CC (or 0xD488CC) is known color: Orchid. HEX triplet: D4, 88 and CC. RGB value is (212,136,204). Sum of RGB (Red+Green+Blue) = 212+136+204=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D488CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488CC is #2B7733. Grayscale: #A6A6A6. Windows color (decimal): -2848564 or 13404372. OLE color: 13404372.

HSL color Cylindrical-coordinate representation of color #D488CC: hue angle of 306.32º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D488CC is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 204 -
CMYK 0 0.36 0.04 0.17
HSL 306.32º 0.47% 0.68% -
HSV(B) 306.32º 0.36% 0.83% -
XYZ 46.85 35.97 61.6 -
YUV 166.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 212 136 204 0 0.36 0.04 0.17 306.32 0.47 0.68
Hex D4 88 CC 0 24 4 11 132 2F 44
Octal 324 210 314 0 44 4 21 462 57 104
Binary 11010100 10001000 11001100 0 100100 100 10001 100110010 101111 1000100

Color Harmonies of #D488CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D488CC

Black with #D488CC

Text Example


Text Example

White with #D488CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D488CC; }

 p { color: rgb(212,136,204); }

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

background-color css

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

 a { background-color: rgb(212,136,204); }

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

border-color css

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

 span { border-color: rgb(212,136,204); }

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