Html Css Color HEX #D67FD8 Orchid

📋 copy color: '#D67FD8'

red 214 ◦ green 127 ◦ blue 216

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

Shades of Orchid #D67FD8

Tints of Orchid #D67FD8

RGB

 RED value IS 214 (83.98% from 255) = 38.42%

 GREEN value IS 127 (50% from 255) = 22.8%

 BLUE value IS 216 (84.77% from 255) = 38.78%

R = 38.42%
G = 22.8%
B = 38.78%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D67FD8 (or 0xD67FD8) is known color: Orchid. HEX triplet: D6, 7F and D8. RGB value is (214,127,216). Sum of RGB (Red+Green+Blue) = 214+127+216=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #D67FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FD8 is #298027. Grayscale: #A2A2A2. Windows color (decimal): -2719784 or 14188502. OLE color: 14188502.

HSL color Cylindrical-coordinate representation of color #D67FD8: hue angle of 298.65º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FD8 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 127 216 -
CMYK 0.01 0.41 0 0.15
HSL 298.65º 0.53% 0.67% -
HSV(B) 298.65º 0.41% 0.85% -
XYZ 47.72 34.43 69.1 -
YUV 163.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 214 127 216 0.01 0.41 0 0.15 298.65 0.53 0.67
Hex D6 7F D8 1 29 0 F 12B 35 43
Octal 326 177 330 1 51 0 17 453 65 103
Binary 11010110 1111111 11011000 1 101001 0 1111 100101011 110101 1000011

Color Harmonies of #D67FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FD8

Black with #D67FD8

Text Example


Text Example

White with #D67FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FD8; }

 p { color: rgb(214,127,216); }

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

background-color css

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

 a { background-color: rgb(214,127,216); }

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

border-color css

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

 span { border-color: rgb(214,127,216); }

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