Html Css Color HEX #D767D1 Orchid

📋 copy color: '#D767D1'

red 215 ◦ green 103 ◦ blue 209

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

Shades of Orchid #D767D1

Tints of Orchid #D767D1

RGB

 RED value IS 215 (84.38% from 255) = 40.8%

 GREEN value IS 103 (40.63% from 255) = 19.54%

 BLUE value IS 209 (82.03% from 255) = 39.66%

R = 40.8%
G = 19.54%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D767D1 (or 0xD767D1) is known color: Orchid. HEX triplet: D7, 67 and D1. RGB value is (215,103,209). Sum of RGB (Red+Green+Blue) = 215+103+209=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D767D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767D1 is #28982E. Grayscale: #949494. Windows color (decimal): -2660399 or 13723607. OLE color: 13723607.

HSL color Cylindrical-coordinate representation of color #D767D1: hue angle of 303.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D767D1 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 209 -
CMYK 0 0.52 0.03 0.16
HSL 303.21º 0.58% 0.62% -
HSV(B) 303.21º 0.52% 0.84% -
XYZ 44.38 28.75 63.53 -
YUV 148.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 215 103 209 0 0.52 0.03 0.16 303.21 0.58 0.62
Hex D7 67 D1 0 34 3 10 12F 3A 3E
Octal 327 147 321 0 64 3 20 457 72 76
Binary 11010111 1100111 11010001 0 110100 11 10000 100101111 111010 111110

Color Harmonies of #D767D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767D1

Black with #D767D1

Text Example


Text Example

White with #D767D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767D1; }

 p { color: rgb(215,103,209); }

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

background-color css

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

 a { background-color: rgb(215,103,209); }

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

border-color css

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

 span { border-color: rgb(215,103,209); }

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