Html Css Color HEX #D767C6 Orchid

📋 copy color: '#D767C6'

red 215 ◦ green 103 ◦ blue 198

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

Shades of Orchid #D767C6

Tints of Orchid #D767C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 41.67%
G = 19.96%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D767C6 (or 0xD767C6) is known color: Orchid. HEX triplet: D7, 67 and C6. RGB value is (215,103,198). Sum of RGB (Red+Green+Blue) = 215+103+198=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D767C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767C6 is #289839. Grayscale: #939393. Windows color (decimal): -2660410 or 13002711. OLE color: 13002711.

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

Color convert

RGB 215 103 198 -
CMYK 0 0.52 0.08 0.16
HSL 309.11º 0.58% 0.62% -
HSV(B) 309.11º 0.52% 0.84% -
XYZ 43.07 28.22 56.6 -
YUV 147.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 215 103 198 0 0.52 0.08 0.16 309.11 0.58 0.62
Hex D7 67 C6 0 34 8 10 135 3A 3E
Octal 327 147 306 0 64 10 20 465 72 76
Binary 11010111 1100111 11000110 0 110100 1000 10000 100110101 111010 111110

Color Harmonies of #D767C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767C6

Black with #D767C6

Text Example


Text Example

White with #D767C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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