Html Css Color HEX #DC67E7 Orchid

📋 copy color: '#DC67E7'

red 220 ◦ green 103 ◦ blue 231

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

Shades of Orchid #DC67E7

Tints of Orchid #DC67E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.7%

R = 39.71%
G = 18.59%
B = 41.7%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC67E7 (or 0xDC67E7) is known color: Orchid. HEX triplet: DC, 67 and E7. RGB value is (220,103,231). Sum of RGB (Red+Green+Blue) = 220+103+231=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC67E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67E7 is #239818. Grayscale: #989898. Windows color (decimal): -2332697 or 15165404. OLE color: 15165404.

HSL color Cylindrical-coordinate representation of color #DC67E7: hue angle of 294.84º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC67E7 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 103 231 -
CMYK 0.05 0.55 0 0.09
HSL 294.84º 0.73% 0.65% -
HSV(B) 294.84º 0.55% 0.91% -
XYZ 48.79 30.69 78.95 -
YUV 152.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 220 103 231 0.05 0.55 0 0.09 294.84 0.73 0.65
Hex DC 67 E7 5 37 0 9 127 49 41
Octal 334 147 347 5 67 0 11 447 111 101
Binary 11011100 1100111 11100111 101 110111 0 1001 100100111 1001001 1000001

Color Harmonies of #DC67E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67E7

Black with #DC67E7

Text Example


Text Example

White with #DC67E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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