Html Css Color HEX #DC67DF Orchid

📋 copy color: '#DC67DF'

red 220 ◦ green 103 ◦ blue 223

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

Shades of Orchid #DC67DF

Tints of Orchid #DC67DF

RGB

 RED value IS 220 (86.33% from 255) = 40.29%

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

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

R = 40.29%
G = 18.86%
B = 40.84%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC67DF (or 0xDC67DF) is known color: Orchid. HEX triplet: DC, 67 and DF. RGB value is (220,103,223). Sum of RGB (Red+Green+Blue) = 220+103+223=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67DF is #239820. Grayscale: #979797. Windows color (decimal): -2332705 or 14641116. OLE color: 14641116.

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

Color convert

RGB 220 103 223 -
CMYK 0.01 0.54 0 0.13
HSL 298.5º 0.65% 0.64% -
HSV(B) 298.5º 0.54% 0.87% -
XYZ 47.68 30.24 73.14 -
YUV 151.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 220 103 223 0.01 0.54 0 0.13 298.5 0.65 0.64
Hex DC 67 DF 1 36 0 D 12A 41 40
Octal 334 147 337 1 66 0 15 452 101 100
Binary 11011100 1100111 11011111 1 110110 0 1101 100101010 1000001 1000000

Color Harmonies of #DC67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67DF

Black with #DC67DF

Text Example


Text Example

White with #DC67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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