Html Css Color HEX #D668DF Orchid

📋 copy color: '#D668DF'

red 214 ◦ green 104 ◦ blue 223

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

Shades of Orchid #D668DF

Tints of Orchid #D668DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 39.56%
G = 19.22%
B = 41.22%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D668DF (or 0xD668DF) is known color: Orchid. HEX triplet: D6, 68 and DF. RGB value is (214,104,223). Sum of RGB (Red+Green+Blue) = 214+104+223=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #D668DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668DF is #299720. Grayscale: #969696. Windows color (decimal): -2725665 or 14641366. OLE color: 14641366.

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

Color convert

RGB 214 104 223 -
CMYK 0.04 0.53 0 0.13
HSL 295.46º 0.65% 0.64% -
HSV(B) 295.46º 0.53% 0.87% -
XYZ 46 29.52 73.09 -
YUV 150.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 214 104 223 0.04 0.53 0 0.13 295.46 0.65 0.64
Hex D6 68 DF 4 35 0 D 127 41 40
Octal 326 150 337 4 65 0 15 447 101 100
Binary 11010110 1101000 11011111 100 110101 0 1101 100100111 1000001 1000000

Color Harmonies of #D668DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668DF

Black with #D668DF

Text Example


Text Example

White with #D668DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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