Html Css Color HEX #DF67D5 Orchid

📋 copy color: '#DF67D5'

red 223 ◦ green 103 ◦ blue 213

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

Shades of Orchid #DF67D5

Tints of Orchid #DF67D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 41.37%
G = 19.11%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF67D5 (or 0xDF67D5) is known color: Orchid. HEX triplet: DF, 67 and D5. RGB value is (223,103,213). Sum of RGB (Red+Green+Blue) = 223+103+213=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67D5 is #20982A. Grayscale: #979797. Windows color (decimal): -2136107 or 13985759. OLE color: 13985759.

HSL color Cylindrical-coordinate representation of color #DF67D5: hue angle of 305º 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 #DF67D5 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 103 213 -
CMYK 0 0.54 0.04 0.13
HSL 305º 0.65% 0.64% -
HSV(B) 305º 0.54% 0.87% -
XYZ 47.29 30.19 66.29 -
YUV 151.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 223 103 213 0 0.54 0.04 0.13 305 0.65 0.64
Hex DF 67 D5 0 36 4 D 131 41 40
Octal 337 147 325 0 66 4 15 461 101 100
Binary 11011111 1100111 11010101 0 110110 100 1101 100110001 1000001 1000000

Color Harmonies of #DF67D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67D5

Black with #DF67D5

Text Example


Text Example

White with #DF67D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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