Html Css Color HEX #D668D3 Orchid

📋 copy color: '#D668D3'

red 214 ◦ green 104 ◦ blue 211

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

Shades of Orchid #D668D3

Tints of Orchid #D668D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.89%

R = 40.45%
G = 19.66%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D668D3 (or 0xD668D3) is known color: Orchid. HEX triplet: D6, 68 and D3. RGB value is (214,104,211). Sum of RGB (Red+Green+Blue) = 214+104+211=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D668D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668D3 is #29972C. Grayscale: #949494. Windows color (decimal): -2725677 or 13854934. OLE color: 13854934.

HSL color Cylindrical-coordinate representation of color #D668D3: hue angle of 301.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D668D3 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 211 -
CMYK 0 0.51 0.01 0.16
HSL 301.64º 0.57% 0.62% -
HSV(B) 301.64º 0.51% 0.84% -
XYZ 44.44 28.9 64.86 -
YUV 149.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 214 104 211 0 0.51 0.01 0.16 301.64 0.57 0.62
Hex D6 68 D3 0 33 1 10 12E 39 3E
Octal 326 150 323 0 63 1 20 456 71 76
Binary 11010110 1101000 11010011 0 110011 1 10000 100101110 111001 111110

Color Harmonies of #D668D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668D3

Black with #D668D3

Text Example


Text Example

White with #D668D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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