Html Css Color HEX #DF67BE Orchid

📋 copy color: '#DF67BE'

red 223 ◦ green 103 ◦ blue 190

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

Shades of Orchid #DF67BE

Tints of Orchid #DF67BE

RGB

 RED value IS 223 (87.5% from 255) = 43.22%

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 43.22%
G = 19.96%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF67BE (or 0xDF67BE) is known color: Orchid. HEX triplet: DF, 67 and BE. RGB value is (223,103,190). Sum of RGB (Red+Green+Blue) = 223+103+190=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67BE is #209841. Grayscale: #949494. Windows color (decimal): -2136130 or 12478431. OLE color: 12478431.

HSL color Cylindrical-coordinate representation of color #DF67BE: hue angle of 316.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67BE is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 103 190 -
CMYK 0 0.54 0.15 0.13
HSL 316.5º 0.65% 0.64% -
HSV(B) 316.5º 0.54% 0.87% -
XYZ 44.58 29.11 51.98 -
YUV 148.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 223 103 190 0 0.54 0.15 0.13 316.5 0.65 0.64
Hex DF 67 BE 0 36 F D 13C 41 40
Octal 337 147 276 0 66 17 15 474 101 100
Binary 11011111 1100111 10111110 0 110110 1111 1101 100111100 1000001 1000000

Color Harmonies of #DF67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67BE

Black with #DF67BE

Text Example


Text Example

White with #DF67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67BE; }

 p { color: rgb(223,103,190); }

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

background-color css

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

 a { background-color: rgb(223,103,190); }

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

border-color css

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

 span { border-color: rgb(223,103,190); }

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