Html Css Color HEX #DC67D0 Orchid

📋 copy color: '#DC67D0'

red 220 ◦ green 103 ◦ blue 208

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

Shades of Orchid #DC67D0

Tints of Orchid #DC67D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.17%

R = 41.43%
G = 19.4%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC67D0 (or 0xDC67D0) is known color: Orchid. HEX triplet: DC, 67 and D0. RGB value is (220,103,208). Sum of RGB (Red+Green+Blue) = 220+103+208=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67D0 is #23982F. Grayscale: #959595. Windows color (decimal): -2332720 or 13658076. OLE color: 13658076.

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

Color convert

RGB 220 103 208 -
CMYK 0 0.53 0.05 0.14
HSL 306.15º 0.63% 0.63% -
HSV(B) 306.15º 0.53% 0.86% -
XYZ 45.75 29.47 62.95 -
YUV 149.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 220 103 208 0 0.53 0.05 0.14 306.15 0.63 0.63
Hex DC 67 D0 0 35 5 E 132 3F 3F
Octal 334 147 320 0 65 5 16 462 77 77
Binary 11011100 1100111 11010000 0 110101 101 1110 100110010 111111 111111

Color Harmonies of #DC67D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67D0

Black with #DC67D0

Text Example


Text Example

White with #DC67D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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