Html Css Color HEX #D488CA Orchid

📋 copy color: '#D488CA'

red 212 ◦ green 136 ◦ blue 202

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

Shades of Orchid #D488CA

Tints of Orchid #D488CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 38.55%
G = 24.73%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D488CA (or 0xD488CA) is known color: Orchid. HEX triplet: D4, 88 and CA. RGB value is (212,136,202). Sum of RGB (Red+Green+Blue) = 212+136+202=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D488CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488CA is #2B7735. Grayscale: #A6A6A6. Windows color (decimal): -2848566 or 13273300. OLE color: 13273300.

HSL color Cylindrical-coordinate representation of color #D488CA: hue angle of 307.89º 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 #D488CA is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 202 -
CMYK 0 0.36 0.05 0.17
HSL 307.89º 0.47% 0.68% -
HSV(B) 307.89º 0.36% 0.83% -
XYZ 46.62 35.87 60.34 -
YUV 166.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 212 136 202 0 0.36 0.05 0.17 307.89 0.47 0.68
Hex D4 88 CA 0 24 5 11 134 2F 44
Octal 324 210 312 0 44 5 21 464 57 104
Binary 11010100 10001000 11001010 0 100100 101 10001 100110100 101111 1000100

Color Harmonies of #D488CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D488CA

Black with #D488CA

Text Example


Text Example

White with #D488CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D488CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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