Html Css Color HEX #DC67C7 Orchid

📋 copy color: '#DC67C7'

red 220 ◦ green 103 ◦ blue 199

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

Shades of Orchid #DC67C7

Tints of Orchid #DC67C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.12%

R = 42.15%
G = 19.73%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC67C7 (or 0xDC67C7) is known color: Orchid. HEX triplet: DC, 67 and C7. RGB value is (220,103,199). Sum of RGB (Red+Green+Blue) = 220+103+199=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67C7 is #239838. Grayscale: #949494. Windows color (decimal): -2332729 or 13068252. OLE color: 13068252.

HSL color Cylindrical-coordinate representation of color #DC67C7: hue angle of 310.77º 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 #DC67C7 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 199 -
CMYK 0 0.53 0.10 0.14
HSL 310.77º 0.63% 0.63% -
HSV(B) 310.77º 0.53% 0.86% -
XYZ 44.67 29.04 57.28 -
YUV 148.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 220 103 199 0 0.53 0.10 0.14 310.77 0.63 0.63
Hex DC 67 C7 0 35 A E 137 3F 3F
Octal 334 147 307 0 65 12 16 467 77 77
Binary 11011100 1100111 11000111 0 110101 1010 1110 100110111 111111 111111

Color Harmonies of #DC67C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67C7

Black with #DC67C7

Text Example


Text Example

White with #DC67C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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