Html Css Color HEX #DD67E6 Orchid

📋 copy color: '#DD67E6'

red 221 ◦ green 103 ◦ blue 230

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

Shades of Orchid #DD67E6

Tints of Orchid #DD67E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 39.89%
G = 18.59%
B = 41.52%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD67E6 (or 0xDD67E6) is known color: Orchid. HEX triplet: DD, 67 and E6. RGB value is (221,103,230). Sum of RGB (Red+Green+Blue) = 221+103+230=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD67E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67E6 is #229819. Grayscale: #989898. Windows color (decimal): -2267162 or 15099869. OLE color: 15099869.

HSL color Cylindrical-coordinate representation of color #DD67E6: hue angle of 295.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD67E6 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 103 230 -
CMYK 0.04 0.55 0 0.10
HSL 295.75º 0.72% 0.65% -
HSV(B) 295.75º 0.55% 0.9% -
XYZ 48.95 30.79 78.23 -
YUV 152.76 171.59 176.67 -
System Red Green Blue C M Y K H S L
Decimal 221 103 230 0.04 0.55 0 0.10 295.75 0.72 0.65
Hex DD 67 E6 4 37 0 A 128 48 41
Octal 335 147 346 4 67 0 12 450 110 101
Binary 11011101 1100111 11100110 100 110111 0 1010 100101000 1001000 1000001

Color Harmonies of #DD67E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67E6

Black with #DD67E6

Text Example


Text Example

White with #DD67E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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