Html Css Color HEX #D375E6 Orchid

📋 copy color: '#D375E6'

red 211 ◦ green 117 ◦ blue 230

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

Shades of Orchid #D375E6

Tints of Orchid #D375E6

RGB

 RED value IS 211 (82.81% from 255) = 37.81%

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

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

R = 37.81%
G = 20.97%
B = 41.22%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D375E6 (or 0xD375E6) is known color: Orchid. HEX triplet: D3, 75 and E6. RGB value is (211,117,230). Sum of RGB (Red+Green+Blue) = 211+117+230=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #D375E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375E6 is #2C8A19. Grayscale: #9D9D9D. Windows color (decimal): -2918938 or 15103443. OLE color: 15103443.

HSL color Cylindrical-coordinate representation of color #D375E6: hue angle of 289.91º 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 #D375E6 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 117 230 -
CMYK 0.08 0.49 0 0.10
HSL 289.91º 0.69% 0.68% -
HSV(B) 289.91º 0.49% 0.9% -
XYZ 47.51 32.28 78.59 -
YUV 157.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 211 117 230 0.08 0.49 0 0.10 289.91 0.69 0.68
Hex D3 75 E6 8 31 0 A 122 45 44
Octal 323 165 346 10 61 0 12 442 105 104
Binary 11010011 1110101 11100110 1000 110001 0 1010 100100010 1000101 1000100

Color Harmonies of #D375E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D375E6

Black with #D375E6

Text Example


Text Example

White with #D375E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D375E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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