Html Css Color HEX #D667DD Orchid

📋 copy color: '#D667DD'

red 214 ◦ green 103 ◦ blue 221

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

Shades of Orchid #D667DD

Tints of Orchid #D667DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 39.78%
G = 19.14%
B = 41.08%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D667DD (or 0xD667DD) is known color: Orchid. HEX triplet: D6, 67 and DD. RGB value is (214,103,221). Sum of RGB (Red+Green+Blue) = 214+103+221=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D667DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667DD is #299822. Grayscale: #959595. Windows color (decimal): -2725923 or 14510038. OLE color: 14510038.

HSL color Cylindrical-coordinate representation of color #D667DD: hue angle of 296.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D667DD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 103 221 -
CMYK 0.03 0.53 0 0.13
HSL 296.44º 0.63% 0.64% -
HSV(B) 296.44º 0.53% 0.87% -
XYZ 45.63 29.22 71.64 -
YUV 149.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 214 103 221 0.03 0.53 0 0.13 296.44 0.63 0.64
Hex D6 67 DD 3 35 0 D 128 3F 40
Octal 326 147 335 3 65 0 15 450 77 100
Binary 11010110 1100111 11011101 11 110101 0 1101 100101000 111111 1000000

Color Harmonies of #D667DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667DD

Black with #D667DD

Text Example


Text Example

White with #D667DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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