Html Css Color HEX #DC67E6 Orchid

📋 copy color: '#DC67E6'

red 220 ◦ green 103 ◦ blue 230

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

Shades of Orchid #DC67E6

Tints of Orchid #DC67E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 39.78%
G = 18.63%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC67E6 (or 0xDC67E6) is known color: Orchid. HEX triplet: DC, 67 and E6. RGB value is (220,103,230). Sum of RGB (Red+Green+Blue) = 220+103+230=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC67E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67E6 is #239819. Grayscale: #989898. Windows color (decimal): -2332698 or 15099868. OLE color: 15099868.

HSL color Cylindrical-coordinate representation of color #DC67E6: hue angle of 295.28º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC67E6 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 103 230 -
CMYK 0.04 0.55 0 0.10
HSL 295.28º 0.72% 0.65% -
HSV(B) 295.28º 0.55% 0.9% -
XYZ 48.65 30.63 78.21 -
YUV 152.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 220 103 230 0.04 0.55 0 0.10 295.28 0.72 0.65
Hex DC 67 E6 4 37 0 A 127 48 41
Octal 334 147 346 4 67 0 12 447 110 101
Binary 11011100 1100111 11100110 100 110111 0 1010 100100111 1001000 1000001

Color Harmonies of #DC67E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67E6

Black with #DC67E6

Text Example


Text Example

White with #DC67E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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