Html Css Color HEX #D567BF Orchid

📋 copy color: '#D567BF'

red 213 ◦ green 103 ◦ blue 191

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

Shades of Orchid #D567BF

Tints of Orchid #D567BF

RGB

 RED value IS 213 (83.59% from 255) = 42.01%

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

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

R = 42.01%
G = 20.32%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D567BF (or 0xD567BF) is known color: Orchid. HEX triplet: D5, 67 and BF. RGB value is (213,103,191). Sum of RGB (Red+Green+Blue) = 213+103+191=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D567BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567BF is #2A9840. Grayscale: #919191. Windows color (decimal): -2791489 or 12543957. OLE color: 12543957.

HSL color Cylindrical-coordinate representation of color #D567BF: hue angle of 312º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D567BF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 191 -
CMYK 0 0.52 0.10 0.16
HSL 312º 0.57% 0.62% -
HSV(B) 312º 0.52% 0.84% -
XYZ 41.69 27.61 52.42 -
YUV 145.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 213 103 191 0 0.52 0.10 0.16 312 0.57 0.62
Hex D5 67 BF 0 34 A 10 138 39 3E
Octal 325 147 277 0 64 12 20 470 71 76
Binary 11010101 1100111 10111111 0 110100 1010 10000 100111000 111001 111110

Color Harmonies of #D567BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567BF

Black with #D567BF

Text Example


Text Example

White with #D567BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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