Html Css Color HEX #D67BC9 Orchid

📋 copy color: '#D67BC9'

red 214 ◦ green 123 ◦ blue 201

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

Shades of Orchid #D67BC9

Tints of Orchid #D67BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 39.78%
G = 22.86%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D67BC9 (or 0xD67BC9) is known color: Orchid. HEX triplet: D6, 7B and C9. RGB value is (214,123,201). Sum of RGB (Red+Green+Blue) = 214+123+201=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BC9 is #298436. Grayscale: #9E9E9E. Windows color (decimal): -2720823 or 13204438. OLE color: 13204438.

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

Color convert

RGB 214 123 201 -
CMYK 0 0.43 0.06 0.16
HSL 308.57º 0.53% 0.66% -
HSV(B) 308.57º 0.43% 0.84% -
XYZ 45.36 32.68 59.18 -
YUV 159.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 214 123 201 0 0.43 0.06 0.16 308.57 0.53 0.66
Hex D6 7B C9 0 2B 6 10 135 35 42
Octal 326 173 311 0 53 6 20 465 65 102
Binary 11010110 1111011 11001001 0 101011 110 10000 100110101 110101 1000010

Color Harmonies of #D67BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BC9

Black with #D67BC9

Text Example


Text Example

White with #D67BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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