Html Css Color HEX #D67DCD Orchid

📋 copy color: '#D67DCD'

red 214 ◦ green 125 ◦ blue 205

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

Shades of Orchid #D67DCD

Tints of Orchid #D67DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 39.34%
G = 22.98%
B = 37.68%

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

#D67DCD (or 0xD67DCD) is known color: Orchid. HEX triplet: D6, 7D and CD. RGB value is (214,125,205). Sum of RGB (Red+Green+Blue) = 214+125+205=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DCD is #298232. Grayscale: #A0A0A0. Windows color (decimal): -2720307 or 13467094. OLE color: 13467094.

HSL color Cylindrical-coordinate representation of color #D67DCD: hue angle of 306.07º 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 #D67DCD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 205 -
CMYK 0 0.42 0.04 0.16
HSL 306.07º 0.52% 0.66% -
HSV(B) 306.07º 0.42% 0.84% -
XYZ 46.08 33.37 61.77 -
YUV 160.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 214 125 205 0 0.42 0.04 0.16 306.07 0.52 0.66
Hex D6 7D CD 0 2A 4 10 132 34 42
Octal 326 175 315 0 52 4 20 462 64 102
Binary 11010110 1111101 11001101 0 101010 100 10000 100110010 110100 1000010

Color Harmonies of #D67DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DCD

Black with #D67DCD

Text Example


Text Example

White with #D67DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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