Html Css Color HEX #D67DCE Orchid

📋 copy color: '#D67DCE'

red 214 ◦ green 125 ◦ blue 206

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

Shades of Orchid #D67DCE

Tints of Orchid #D67DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.94%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 39.27%
G = 22.94%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D67DCE (or 0xD67DCE) is known color: Orchid. HEX triplet: D6, 7D and CE. RGB value is (214,125,206). Sum of RGB (Red+Green+Blue) = 214+125+206=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DCE is #298231. Grayscale: #A0A0A0. Windows color (decimal): -2720306 or 13532630. OLE color: 13532630.

HSL color Cylindrical-coordinate representation of color #D67DCE: hue angle of 305.39º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DCE is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 206 -
CMYK 0 0.42 0.04 0.16
HSL 305.39º 0.52% 0.66% -
HSV(B) 305.39º 0.42% 0.84% -
XYZ 46.21 33.42 62.41 -
YUV 160.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 214 125 206 0 0.42 0.04 0.16 305.39 0.52 0.66
Hex D6 7D CE 0 2A 4 10 131 34 42
Octal 326 175 316 0 52 4 20 461 64 102
Binary 11010110 1111101 11001110 0 101010 100 10000 100110001 110100 1000010

Color Harmonies of #D67DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DCE

Black with #D67DCE

Text Example


Text Example

White with #D67DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DCE; }

 p { color: rgb(214,125,206); }

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

background-color css

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

 a { background-color: rgb(214,125,206); }

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

border-color css

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

 span { border-color: rgb(214,125,206); }

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