Html Css Color HEX #D467BF Orchid

📋 copy color: '#D467BF'

red 212 ◦ green 103 ◦ blue 191

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

Shades of Orchid #D467BF

Tints of Orchid #D467BF

RGB

 RED value IS 212 (83.2% from 255) = 41.9%

 GREEN value IS 103 (40.63% from 255) = 20.36%

 BLUE value IS 191 (75% from 255) = 37.75%

R = 41.9%
G = 20.36%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D467BF (or 0xD467BF) is known color: Orchid. HEX triplet: D4, 67 and BF. RGB value is (212,103,191). Sum of RGB (Red+Green+Blue) = 212+103+191=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D467BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467BF is #2B9840. Grayscale: #919191. Windows color (decimal): -2857025 or 12543956. OLE color: 12543956.

HSL color Cylindrical-coordinate representation of color #D467BF: hue angle of 311.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D467BF is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 191 -
CMYK 0 0.51 0.10 0.17
HSL 311.56º 0.56% 0.62% -
HSV(B) 311.56º 0.51% 0.83% -
XYZ 41.41 27.46 52.41 -
YUV 145.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 212 103 191 0 0.51 0.10 0.17 311.56 0.56 0.62
Hex D4 67 BF 0 33 A 11 138 38 3E
Octal 324 147 277 0 63 12 21 470 70 76
Binary 11010100 1100111 10111111 0 110011 1010 10001 100111000 111000 111110

Color Harmonies of #D467BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467BF

Black with #D467BF

Text Example


Text Example

White with #D467BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467BF; }

 p { color: rgb(212,103,191); }

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

background-color css

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

 a { background-color: rgb(212,103,191); }

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

border-color css

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

 span { border-color: rgb(212,103,191); }

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