Html Css Color HEX #DC67C6 Orchid

📋 copy color: '#DC67C6'

red 220 ◦ green 103 ◦ blue 198

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

Shades of Orchid #DC67C6

Tints of Orchid #DC67C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38%

R = 42.23%
G = 19.77%
B = 38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC67C6 (or 0xDC67C6) is known color: Orchid. HEX triplet: DC, 67 and C6. RGB value is (220,103,198). Sum of RGB (Red+Green+Blue) = 220+103+198=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67C6 is #239839. Grayscale: #949494. Windows color (decimal): -2332730 or 13002716. OLE color: 13002716.

HSL color Cylindrical-coordinate representation of color #DC67C6: hue angle of 311.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67C6 is Cyan = 0, Magento = 0.53, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 198 -
CMYK 0 0.53 0.1 0.14
HSL 311.28º 0.63% 0.63% -
HSV(B) 311.28º 0.53% 0.86% -
XYZ 44.56 28.99 56.67 -
YUV 148.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 220 103 198 0 0.53 0.1 0.14 311.28 0.63 0.63
Hex DC 67 C6 0 35 A E 137 3F 3F
Octal 334 147 306 0 65 12 16 467 77 77
Binary 11011100 1100111 11000110 0 110101 1010 1110 100110111 111111 111111

Color Harmonies of #DC67C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67C6

Black with #DC67C6

Text Example


Text Example

White with #DC67C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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