Html Css Color HEX #D67FC7 Orchid

📋 copy color: '#D67FC7'

red 214 ◦ green 127 ◦ blue 199

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

Shades of Orchid #D67FC7

Tints of Orchid #D67FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 39.63%
G = 23.52%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D67FC7 (or 0xD67FC7) is known color: Orchid. HEX triplet: D6, 7F and C7. RGB value is (214,127,199). Sum of RGB (Red+Green+Blue) = 214+127+199=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FC7 is #298038. Grayscale: #A1A1A1. Windows color (decimal): -2719801 or 13074390. OLE color: 13074390.

HSL color Cylindrical-coordinate representation of color #D67FC7: hue angle of 310.34º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FC7 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 127 199 -
CMYK 0 0.41 0.07 0.16
HSL 310.34º 0.51% 0.67% -
HSV(B) 310.34º 0.41% 0.84% -
XYZ 45.63 33.6 58.11 -
YUV 161.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 214 127 199 0 0.41 0.07 0.16 310.34 0.51 0.67
Hex D6 7F C7 0 29 7 10 136 33 43
Octal 326 177 307 0 51 7 20 466 63 103
Binary 11010110 1111111 11000111 0 101001 111 10000 100110110 110011 1000011

Color Harmonies of #D67FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FC7

Black with #D67FC7

Text Example


Text Example

White with #D67FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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