Html Css Color HEX #DF67D3 Orchid

📋 copy color: '#DF67D3'

red 223 ◦ green 103 ◦ blue 211

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

Shades of Orchid #DF67D3

Tints of Orchid #DF67D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 41.53%
G = 19.18%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF67D3 (or 0xDF67D3) is known color: Orchid. HEX triplet: DF, 67 and D3. RGB value is (223,103,211). Sum of RGB (Red+Green+Blue) = 223+103+211=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67D3 is #20982C. Grayscale: #969696. Windows color (decimal): -2136109 or 13854687. OLE color: 13854687.

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

Color convert

RGB 223 103 211 -
CMYK 0 0.54 0.05 0.13
HSL 306º 0.65% 0.64% -
HSV(B) 306º 0.54% 0.87% -
XYZ 47.04 30.09 64.96 -
YUV 151.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 223 103 211 0 0.54 0.05 0.13 306 0.65 0.64
Hex DF 67 D3 0 36 5 D 132 41 40
Octal 337 147 323 0 66 5 15 462 101 100
Binary 11011111 1100111 11010011 0 110110 101 1101 100110010 1000001 1000000

Color Harmonies of #DF67D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67D3

Black with #DF67D3

Text Example


Text Example

White with #DF67D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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