Html Css Color HEX #D874CA Orchid

📋 copy color: '#D874CA'

red 216 ◦ green 116 ◦ blue 202

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

Shades of Orchid #D874CA

Tints of Orchid #D874CA

RGB

 RED value IS 216 (84.77% from 255) = 40.45%

 GREEN value IS 116 (45.7% from 255) = 21.72%

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

R = 40.45%
G = 21.72%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D874CA (or 0xD874CA) is known color: Orchid. HEX triplet: D8, 74 and CA. RGB value is (216,116,202). Sum of RGB (Red+Green+Blue) = 216+116+202=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D874CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874CA is #278B35. Grayscale: #9B9B9B. Windows color (decimal): -2591542 or 13268184. OLE color: 13268184.

HSL color Cylindrical-coordinate representation of color #D874CA: hue angle of 308.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D874CA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 202 -
CMYK 0 0.46 0.06 0.15
HSL 308.4º 0.56% 0.65% -
HSV(B) 308.4º 0.46% 0.85% -
XYZ 45.22 31.35 59.55 -
YUV 155.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 216 116 202 0 0.46 0.06 0.15 308.4 0.56 0.65
Hex D8 74 CA 0 2E 6 F 134 38 41
Octal 330 164 312 0 56 6 17 464 70 101
Binary 11011000 1110100 11001010 0 101110 110 1111 100110100 111000 1000001

Color Harmonies of #D874CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874CA

Black with #D874CA

Text Example


Text Example

White with #D874CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874CA; }

 p { color: rgb(216,116,202); }

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

background-color css

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

 a { background-color: rgb(216,116,202); }

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

border-color css

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

 span { border-color: rgb(216,116,202); }

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