Html Css Color HEX #D67BC3 Orchid

📋 copy color: '#D67BC3'

red 214 ◦ green 123 ◦ blue 195

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

Shades of Orchid #D67BC3

Tints of Orchid #D67BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.65%

R = 40.23%
G = 23.12%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D67BC3 (or 0xD67BC3) is known color: Orchid. HEX triplet: D6, 7B and C3. RGB value is (214,123,195). Sum of RGB (Red+Green+Blue) = 214+123+195=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BC3 is #29843C. Grayscale: #9E9E9E. Windows color (decimal): -2720829 or 12811222. OLE color: 12811222.

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

Color convert

RGB 214 123 195 -
CMYK 0 0.43 0.09 0.16
HSL 312.53º 0.53% 0.66% -
HSV(B) 312.53º 0.43% 0.84% -
XYZ 44.66 32.4 55.53 -
YUV 158.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 214 123 195 0 0.43 0.09 0.16 312.53 0.53 0.66
Hex D6 7B C3 0 2B 9 10 139 35 42
Octal 326 173 303 0 53 11 20 471 65 102
Binary 11010110 1111011 11000011 0 101011 1001 10000 100111001 110101 1000010

Color Harmonies of #D67BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BC3

Black with #D67BC3

Text Example


Text Example

White with #D67BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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