Html Css Color HEX #DD67C0 Orchid

📋 copy color: '#DD67C0'

red 221 ◦ green 103 ◦ blue 192

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

Shades of Orchid #DD67C0

Tints of Orchid #DD67C0

RGB

 RED value IS 221 (86.72% from 255) = 42.83%

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

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 42.83%
G = 19.96%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD67C0 (or 0xDD67C0) is known color: Orchid. HEX triplet: DD, 67 and C0. RGB value is (221,103,192). Sum of RGB (Red+Green+Blue) = 221+103+192=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67C0 is #22983F. Grayscale: #949494. Windows color (decimal): -2267200 or 12609501. OLE color: 12609501.

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

Color convert

RGB 221 103 192 -
CMYK 0 0.53 0.13 0.13
HSL 314.75º 0.63% 0.64% -
HSV(B) 314.75º 0.53% 0.87% -
XYZ 44.18 28.88 53.11 -
YUV 148.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 221 103 192 0 0.53 0.13 0.13 314.75 0.63 0.64
Hex DD 67 C0 0 35 D D 13B 3F 40
Octal 335 147 300 0 65 15 15 473 77 100
Binary 11011101 1100111 11000000 0 110101 1101 1101 100111011 111111 1000000

Color Harmonies of #DD67C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67C0

Black with #DD67C0

Text Example


Text Example

White with #DD67C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67C0; }

 p { color: rgb(221,103,192); }

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

background-color css

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

 a { background-color: rgb(221,103,192); }

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

border-color css

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

 span { border-color: rgb(221,103,192); }

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