Html Css Color HEX #DF67C6 Orchid

📋 copy color: '#DF67C6'

red 223 ◦ green 103 ◦ blue 198

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

Shades of Orchid #DF67C6

Tints of Orchid #DF67C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 42.56%
G = 19.66%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF67C6 (or 0xDF67C6) is known color: Orchid. HEX triplet: DF, 67 and C6. RGB value is (223,103,198). Sum of RGB (Red+Green+Blue) = 223+103+198=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67C6 is #209839. Grayscale: #959595. Windows color (decimal): -2136122 or 13002719. OLE color: 13002719.

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

Color convert

RGB 223 103 198 -
CMYK 0 0.54 0.11 0.13
HSL 312.5º 0.65% 0.64% -
HSV(B) 312.5º 0.54% 0.87% -
XYZ 45.47 29.47 56.72 -
YUV 149.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 223 103 198 0 0.54 0.11 0.13 312.5 0.65 0.64
Hex DF 67 C6 0 36 B D 138 41 40
Octal 337 147 306 0 66 13 15 470 101 100
Binary 11011111 1100111 11000110 0 110110 1011 1101 100111000 1000001 1000000

Color Harmonies of #DF67C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67C6

Black with #DF67C6

Text Example


Text Example

White with #DF67C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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