Html Css Color HEX #DC67C5 Orchid

📋 copy color: '#DC67C5'

red 220 ◦ green 103 ◦ blue 197

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

Shades of Orchid #DC67C5

Tints of Orchid #DC67C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 42.31%
G = 19.81%
B = 37.88%

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

#DC67C5 (or 0xDC67C5) is known color: Orchid. HEX triplet: DC, 67 and C5. RGB value is (220,103,197). Sum of RGB (Red+Green+Blue) = 220+103+197=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67C5 is #23983A. Grayscale: #949494. Windows color (decimal): -2332731 or 12937180. OLE color: 12937180.

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

Color convert

RGB 220 103 197 -
CMYK 0 0.53 0.10 0.14
HSL 311.79º 0.63% 0.63% -
HSV(B) 311.79º 0.53% 0.86% -
XYZ 44.44 28.95 56.07 -
YUV 148.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 220 103 197 0 0.53 0.10 0.14 311.79 0.63 0.63
Hex DC 67 C5 0 35 A E 138 3F 3F
Octal 334 147 305 0 65 12 16 470 77 77
Binary 11011100 1100111 11000101 0 110101 1010 1110 100111000 111111 111111

Color Harmonies of #DC67C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67C5

Black with #DC67C5

Text Example


Text Example

White with #DC67C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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