Html Css Color HEX #DC67E0 Orchid

📋 copy color: '#DC67E0'

red 220 ◦ green 103 ◦ blue 224

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

Shades of Orchid #DC67E0

Tints of Orchid #DC67E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.95%

R = 40.22%
G = 18.83%
B = 40.95%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC67E0 (or 0xDC67E0) is known color: Orchid. HEX triplet: DC, 67 and E0. RGB value is (220,103,224). Sum of RGB (Red+Green+Blue) = 220+103+224=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC67E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67E0 is #23981F. Grayscale: #979797. Windows color (decimal): -2332704 or 14706652. OLE color: 14706652.

HSL color Cylindrical-coordinate representation of color #DC67E0: hue angle of 298.02º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC67E0 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 103 224 -
CMYK 0.02 0.54 0 0.12
HSL 298.02º 0.66% 0.64% -
HSV(B) 298.02º 0.54% 0.88% -
XYZ 47.82 30.3 73.85 -
YUV 151.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 220 103 224 0.02 0.54 0 0.12 298.02 0.66 0.64
Hex DC 67 E0 2 36 0 C 12A 42 40
Octal 334 147 340 2 66 0 14 452 102 100
Binary 11011100 1100111 11100000 10 110110 0 1100 100101010 1000010 1000000

Color Harmonies of #DC67E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67E0

Black with #DC67E0

Text Example


Text Example

White with #DC67E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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