Html Css Color HEX #D667C0 Orchid

📋 copy color: '#D667C0'

red 214 ◦ green 103 ◦ blue 192

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

Shades of Orchid #D667C0

Tints of Orchid #D667C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 42.04%
G = 20.24%
B = 37.72%

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

#D667C0 (or 0xD667C0) is known color: Orchid. HEX triplet: D6, 67 and C0. RGB value is (214,103,192). Sum of RGB (Red+Green+Blue) = 214+103+192=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D667C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667C0 is #29983F. Grayscale: #929292. Windows color (decimal): -2725952 or 12609494. OLE color: 12609494.

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

Color convert

RGB 214 103 192 -
CMYK 0 0.52 0.10 0.16
HSL 311.89º 0.58% 0.62% -
HSV(B) 311.89º 0.52% 0.84% -
XYZ 42.1 27.8 53.02 -
YUV 146.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 214 103 192 0 0.52 0.10 0.16 311.89 0.58 0.62
Hex D6 67 C0 0 34 A 10 138 3A 3E
Octal 326 147 300 0 64 12 20 470 72 76
Binary 11010110 1100111 11000000 0 110100 1010 10000 100111000 111010 111110

Color Harmonies of #D667C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667C0

Black with #D667C0

Text Example


Text Example

White with #D667C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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