Html Css Color HEX #D667C8 Orchid

📋 copy color: '#D667C8'

red 214 ◦ green 103 ◦ blue 200

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

Shades of Orchid #D667C8

Tints of Orchid #D667C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 41.39%
G = 19.92%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D667C8 (or 0xD667C8) is known color: Orchid. HEX triplet: D6, 67 and C8. RGB value is (214,103,200). Sum of RGB (Red+Green+Blue) = 214+103+200=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D667C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667C8 is #299837. Grayscale: #929292. Windows color (decimal): -2725944 or 13133782. OLE color: 13133782.

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

Color convert

RGB 214 103 200 -
CMYK 0 0.52 0.07 0.16
HSL 307.57º 0.58% 0.62% -
HSV(B) 307.57º 0.52% 0.84% -
XYZ 43.01 28.17 57.81 -
YUV 147.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 214 103 200 0 0.52 0.07 0.16 307.57 0.58 0.62
Hex D6 67 C8 0 34 7 10 134 3A 3E
Octal 326 147 310 0 64 7 20 464 72 76
Binary 11010110 1100111 11001000 0 110100 111 10000 100110100 111010 111110

Color Harmonies of #D667C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667C8

Black with #D667C8

Text Example


Text Example

White with #D667C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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