Html Css Color HEX #D875E6 Orchid

📋 copy color: '#D875E6'

red 216 ◦ green 117 ◦ blue 230

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

Shades of Orchid #D875E6

Tints of Orchid #D875E6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.78%

 BLUE value IS 230 (90.23% from 255) = 40.85%

R = 38.37%
G = 20.78%
B = 40.85%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D875E6 (or 0xD875E6) is known color: Orchid. HEX triplet: D8, 75 and E6. RGB value is (216,117,230). Sum of RGB (Red+Green+Blue) = 216+117+230=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #D875E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875E6 is #278A19. Grayscale: #9F9F9F. Windows color (decimal): -2591258 or 15103448. OLE color: 15103448.

HSL color Cylindrical-coordinate representation of color #D875E6: hue angle of 292.57º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D875E6 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 117 230 -
CMYK 0.06 0.49 0 0.10
HSL 292.57º 0.69% 0.68% -
HSV(B) 292.57º 0.49% 0.9% -
XYZ 48.96 33.03 78.66 -
YUV 159.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 216 117 230 0.06 0.49 0 0.10 292.57 0.69 0.68
Hex D8 75 E6 6 31 0 A 125 45 44
Octal 330 165 346 6 61 0 12 445 105 104
Binary 11011000 1110101 11100110 110 110001 0 1010 100100101 1000101 1000100

Color Harmonies of #D875E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875E6

Black with #D875E6

Text Example


Text Example

White with #D875E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875E6; }

 p { color: rgb(216,117,230); }

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

background-color css

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

 a { background-color: rgb(216,117,230); }

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

border-color css

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

 span { border-color: rgb(216,117,230); }

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