Html Css Color HEX #D767B6 Orchid

📋 copy color: '#D767B6'

red 215 ◦ green 103 ◦ blue 182

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

Shades of Orchid #D767B6

Tints of Orchid #D767B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 43%
G = 20.6%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D767B6 (or 0xD767B6) is known color: Orchid. HEX triplet: D7, 67 and B6. RGB value is (215,103,182). Sum of RGB (Red+Green+Blue) = 215+103+182=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D767B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767B6 is #289849. Grayscale: #919191. Windows color (decimal): -2660426 or 11954135. OLE color: 11954135.

HSL color Cylindrical-coordinate representation of color #D767B6: hue angle of 317.68º 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 #D767B6 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 182 -
CMYK 0 0.52 0.15 0.16
HSL 317.68º 0.58% 0.62% -
HSV(B) 317.68º 0.52% 0.84% -
XYZ 41.32 27.52 47.39 -
YUV 145.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 215 103 182 0 0.52 0.15 0.16 317.68 0.58 0.62
Hex D7 67 B6 0 34 F 10 13E 3A 3E
Octal 327 147 266 0 64 17 20 476 72 76
Binary 11010111 1100111 10110110 0 110100 1111 10000 100111110 111010 111110

Color Harmonies of #D767B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767B6

Black with #D767B6

Text Example


Text Example

White with #D767B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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