Html Css Color HEX #D668DD Orchid

📋 copy color: '#D668DD'

red 214 ◦ green 104 ◦ blue 221

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

Shades of Orchid #D668DD

Tints of Orchid #D668DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.29%

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

R = 39.7%
G = 19.29%
B = 41%

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

#D668DD (or 0xD668DD) is known color: Orchid. HEX triplet: D6, 68 and DD. RGB value is (214,104,221). Sum of RGB (Red+Green+Blue) = 214+104+221=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #D668DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668DD is #299722. Grayscale: #959595. Windows color (decimal): -2725667 or 14510294. OLE color: 14510294.

HSL color Cylindrical-coordinate representation of color #D668DD: hue angle of 296.41º 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 #D668DD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 104 221 -
CMYK 0.03 0.53 0 0.13
HSL 296.41º 0.63% 0.64% -
HSV(B) 296.41º 0.53% 0.87% -
XYZ 45.73 29.42 71.67 -
YUV 150.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 214 104 221 0.03 0.53 0 0.13 296.41 0.63 0.64
Hex D6 68 DD 3 35 0 D 128 3F 40
Octal 326 150 335 3 65 0 15 450 77 100
Binary 11010110 1101000 11011101 11 110101 0 1101 100101000 111111 1000000

Color Harmonies of #D668DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668DD

Black with #D668DD

Text Example


Text Example

White with #D668DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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