Html Css Color HEX #DD67C5 Orchid

📋 copy color: '#DD67C5'

red 221 ◦ green 103 ◦ blue 197

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

Shades of Orchid #DD67C5

Tints of Orchid #DD67C5

RGB

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

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

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

R = 42.42%
G = 19.77%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD67C5 (or 0xDD67C5) is known color: Orchid. HEX triplet: DD, 67 and C5. RGB value is (221,103,197). Sum of RGB (Red+Green+Blue) = 221+103+197=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67C5 is #22983A. Grayscale: #949494. Windows color (decimal): -2267195 or 12937181. OLE color: 12937181.

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

Color convert

RGB 221 103 197 -
CMYK 0 0.53 0.11 0.13
HSL 312.2º 0.63% 0.64% -
HSV(B) 312.2º 0.53% 0.87% -
XYZ 44.75 29.1 56.08 -
YUV 149 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 221 103 197 0 0.53 0.11 0.13 312.2 0.63 0.64
Hex DD 67 C5 0 35 B D 138 3F 40
Octal 335 147 305 0 65 13 15 470 77 100
Binary 11011101 1100111 11000101 0 110101 1011 1101 100111000 111111 1000000

Color Harmonies of #DD67C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67C5

Black with #DD67C5

Text Example


Text Example

White with #DD67C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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