Html Css Color HEX #D67FE1 Orchid

📋 copy color: '#D67FE1'

red 214 ◦ green 127 ◦ blue 225

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

Shades of Orchid #D67FE1

Tints of Orchid #D67FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.75%

R = 37.81%
G = 22.44%
B = 39.75%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D67FE1 (or 0xD67FE1) is known color: Orchid. HEX triplet: D6, 7F and E1. RGB value is (214,127,225). Sum of RGB (Red+Green+Blue) = 214+127+225=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #D67FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FE1 is #29801E. Grayscale: #A3A3A3. Windows color (decimal): -2719775 or 14778326. OLE color: 14778326.

HSL color Cylindrical-coordinate representation of color #D67FE1: hue angle of 293.27º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67FE1 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 127 225 -
CMYK 0.05 0.44 0 0.12
HSL 293.27º 0.62% 0.69% -
HSV(B) 293.27º 0.44% 0.88% -
XYZ 48.91 34.91 75.39 -
YUV 164.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 214 127 225 0.05 0.44 0 0.12 293.27 0.62 0.69
Hex D6 7F E1 5 2C 0 C 125 3E 45
Octal 326 177 341 5 54 0 14 445 76 105
Binary 11010110 1111111 11100001 101 101100 0 1100 100100101 111110 1000101

Color Harmonies of #D67FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FE1

Black with #D67FE1

Text Example


Text Example

White with #D67FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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