Html Css Color HEX #D667D7 Orchid

📋 copy color: '#D667D7'

red 214 ◦ green 103 ◦ blue 215

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

Shades of Orchid #D667D7

Tints of Orchid #D667D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.41%

R = 40.23%
G = 19.36%
B = 40.41%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D667D7 (or 0xD667D7) is known color: Orchid. HEX triplet: D6, 67 and D7. RGB value is (214,103,215). Sum of RGB (Red+Green+Blue) = 214+103+215=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #D667D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667D7 is #299828. Grayscale: #949494. Windows color (decimal): -2725929 or 14116822. OLE color: 14116822.

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

Color convert

RGB 214 103 215 -
CMYK 0.00 0.52 0 0.16
HSL 299.46º 0.58% 0.62% -
HSV(B) 299.46º 0.52% 0.84% -
XYZ 44.85 28.9 67.51 -
YUV 148.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 214 103 215 0.00 0.52 0 0.16 299.46 0.58 0.62
Hex D6 67 D7 0 34 0 10 12B 3A 3E
Octal 326 147 327 0 64 0 20 453 72 76
Binary 11010110 1100111 11010111 0 110100 0 10000 100101011 111010 111110

Color Harmonies of #D667D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667D7

Black with #D667D7

Text Example


Text Example

White with #D667D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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