Html Css Color HEX #D67FCD Orchid

📋 copy color: '#D67FCD'

red 214 ◦ green 127 ◦ blue 205

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

Shades of Orchid #D67FCD

Tints of Orchid #D67FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.26%

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

R = 39.19%
G = 23.26%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D67FCD (or 0xD67FCD) is known color: Orchid. HEX triplet: D6, 7F and CD. RGB value is (214,127,205). Sum of RGB (Red+Green+Blue) = 214+127+205=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FCD is #298032. Grayscale: #A1A1A1. Windows color (decimal): -2719795 or 13467606. OLE color: 13467606.

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

Color convert

RGB 214 127 205 -
CMYK 0 0.41 0.04 0.16
HSL 306.21º 0.51% 0.67% -
HSV(B) 306.21º 0.41% 0.84% -
XYZ 46.34 33.88 61.86 -
YUV 161.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 214 127 205 0 0.41 0.04 0.16 306.21 0.51 0.67
Hex D6 7F CD 0 29 4 10 132 33 43
Octal 326 177 315 0 51 4 20 462 63 103
Binary 11010110 1111111 11001101 0 101001 100 10000 100110010 110011 1000011

Color Harmonies of #D67FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FCD

Black with #D67FCD

Text Example


Text Example

White with #D67FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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