Html Css Color HEX #DF67DF Orchid

📋 copy color: '#DF67DF'

red 223 ◦ green 103 ◦ blue 223

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

Shades of Orchid #DF67DF

Tints of Orchid #DF67DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 40.62%
G = 18.76%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF67DF (or 0xDF67DF) is known color: Orchid. HEX triplet: DF, 67 and DF. RGB value is (223,103,223). Sum of RGB (Red+Green+Blue) = 223+103+223=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67DF is #209820. Grayscale: #989898. Windows color (decimal): -2136097 or 14641119. OLE color: 14641119.

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

Color convert

RGB 223 103 223 -
CMYK 0 0.54 0 0.13
HSL 300º 0.65% 0.64% -
HSV(B) 300º 0.54% 0.87% -
XYZ 48.6 30.72 73.18 -
YUV 152.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 223 103 223 0 0.54 0 0.13 300 0.65 0.64
Hex DF 67 DF 0 36 0 D 12C 41 40
Octal 337 147 337 0 66 0 15 454 101 100
Binary 11011111 1100111 11011111 0 110110 0 1101 100101100 1000001 1000000

Color Harmonies of #DF67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67DF

Black with #DF67DF

Text Example


Text Example

White with #DF67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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