Html Css Color HEX #D67BC7 Orchid

📋 copy color: '#D67BC7'

red 214 ◦ green 123 ◦ blue 199

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

Shades of Orchid #D67BC7

Tints of Orchid #D67BC7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.95%

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

R = 39.93%
G = 22.95%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D67BC7 (or 0xD67BC7) is known color: Orchid. HEX triplet: D6, 7B and C7. RGB value is (214,123,199). Sum of RGB (Red+Green+Blue) = 214+123+199=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BC7 is #298438. Grayscale: #9E9E9E. Windows color (decimal): -2720825 or 13073366. OLE color: 13073366.

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

Color convert

RGB 214 123 199 -
CMYK 0 0.43 0.07 0.16
HSL 309.89º 0.53% 0.66% -
HSV(B) 309.89º 0.43% 0.84% -
XYZ 45.12 32.59 57.94 -
YUV 158.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 214 123 199 0 0.43 0.07 0.16 309.89 0.53 0.66
Hex D6 7B C7 0 2B 7 10 136 35 42
Octal 326 173 307 0 53 7 20 466 65 102
Binary 11010110 1111011 11000111 0 101011 111 10000 100110110 110101 1000010

Color Harmonies of #D67BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BC7

Black with #D67BC7

Text Example


Text Example

White with #D67BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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