Html Css Color HEX #D67FDC Orchid

📋 copy color: '#D67FDC'

red 214 ◦ green 127 ◦ blue 220

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

Shades of Orchid #D67FDC

Tints of Orchid #D67FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 38.15%
G = 22.64%
B = 39.22%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D67FDC (or 0xD67FDC) is known color: Orchid. HEX triplet: D6, 7F and DC. RGB value is (214,127,220). Sum of RGB (Red+Green+Blue) = 214+127+220=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D67FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FDC is #298023. Grayscale: #A3A3A3. Windows color (decimal): -2719780 or 14450646. OLE color: 14450646.

HSL color Cylindrical-coordinate representation of color #D67FDC: hue angle of 296.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67FDC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 127 220 -
CMYK 0.03 0.42 0 0.14
HSL 296.13º 0.57% 0.68% -
HSV(B) 296.13º 0.42% 0.86% -
XYZ 48.24 34.64 71.85 -
YUV 163.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 214 127 220 0.03 0.42 0 0.14 296.13 0.57 0.68
Hex D6 7F DC 3 2A 0 E 128 39 44
Octal 326 177 334 3 52 0 16 450 71 104
Binary 11010110 1111111 11011100 11 101010 0 1110 100101000 111001 1000100

Color Harmonies of #D67FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FDC

Black with #D67FDC

Text Example


Text Example

White with #D67FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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