#D667C4

Color #D667C4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D667C4

Tints of Orchid #D667C4

Color information

#D667C4 (or 0xD667C4) is unknown color: approx Orchid. HEX triplet: D6, 67 and C4. RGB value is (214,103,196). Sum of RGB (Red+Green+Blue) = 214+103+196=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D667C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667C4 is #29983B. Grayscale: #929292. Windows color (decimal): -2725948 or 12871638. OLE color: 12871638.

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

Color convert

RGB214103196-
CMYK00.520.080.16
HSL309.73º57.51%62.16%-
HSV(B)309.73º51.87%83.92%-
XYZ42.5527.9855.38-
YUV146.79155.77175.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 103 (40.62% from 255) = 20.08%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=41.72%
G=20.08%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410319600.520.080.16309.7357.5162.16
HexD667C40348101363a3e
Octal32614730406410204667276
Binary110101101100111110001000110100100010000100110110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667C4; }

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

 H1.HeaderClassName
 {
   color: #D667C4;
 }
 .AnyTagClassName
 {
   color: #D667C4;
 }
</style>
background-color css

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

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

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

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

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

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