Html Css Color HEX #D667E3 Orchid

📋 copy color: '#D667E3'

red 214 ◦ green 103 ◦ blue 227

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

Shades of Orchid #D667E3

Tints of Orchid #D667E3

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.93%

 BLUE value IS 227 (89.06% from 255) = 41.73%

R = 39.34%
G = 18.93%
B = 41.73%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D667E3 (or 0xD667E3) is known color: Orchid. HEX triplet: D6, 67 and E3. RGB value is (214,103,227). Sum of RGB (Red+Green+Blue) = 214+103+227=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #D667E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667E3 is #29981C. Grayscale: #959595. Windows color (decimal): -2725917 or 14903254. OLE color: 14903254.

HSL color Cylindrical-coordinate representation of color #D667E3: hue angle of 293.71º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D667E3 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 103 227 -
CMYK 0.06 0.55 0 0.11
HSL 293.71º 0.69% 0.65% -
HSV(B) 293.71º 0.55% 0.89% -
XYZ 46.45 29.54 75.93 -
YUV 150.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 214 103 227 0.06 0.55 0 0.11 293.71 0.69 0.65
Hex D6 67 E3 6 37 0 B 126 45 41
Octal 326 147 343 6 67 0 13 446 105 101
Binary 11010110 1100111 11100011 110 110111 0 1011 100100110 1000101 1000001

Color Harmonies of #D667E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667E3

Black with #D667E3

Text Example


Text Example

White with #D667E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667E3; }

 p { color: rgb(214,103,227); }

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

background-color css

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

 a { background-color: rgb(214,103,227); }

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

border-color css

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

 span { border-color: rgb(214,103,227); }

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