Html Css Color HEX #D667BC Orchid

📋 copy color: '#D667BC'

red 214 ◦ green 103 ◦ blue 188

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

Shades of Orchid #D667BC

Tints of Orchid #D667BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.23%

R = 42.38%
G = 20.4%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D667BC (or 0xD667BC) is known color: Orchid. HEX triplet: D6, 67 and BC. RGB value is (214,103,188). Sum of RGB (Red+Green+Blue) = 214+103+188=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D667BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667BC is #299843. Grayscale: #919191. Windows color (decimal): -2725956 or 12347350. OLE color: 12347350.

HSL color Cylindrical-coordinate representation of color #D667BC: hue angle of 314.05º degrees, saturation: 0.58, 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 #D667BC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 188 -
CMYK 0 0.52 0.12 0.16
HSL 314.05º 0.58% 0.62% -
HSV(B) 314.05º 0.52% 0.84% -
XYZ 41.66 27.63 50.71 -
YUV 145.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 214 103 188 0 0.52 0.12 0.16 314.05 0.58 0.62
Hex D6 67 BC 0 34 C 10 13A 3A 3E
Octal 326 147 274 0 64 14 20 472 72 76
Binary 11010110 1100111 10111100 0 110100 1100 10000 100111010 111010 111110

Color Harmonies of #D667BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667BC

Black with #D667BC

Text Example


Text Example

White with #D667BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667BC; }

 p { color: rgb(214,103,188); }

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

background-color css

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

 a { background-color: rgb(214,103,188); }

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

border-color css

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

 span { border-color: rgb(214,103,188); }

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