Html Css Color HEX #DD67EA Orchid

📋 copy color: '#DD67EA'

red 221 ◦ green 103 ◦ blue 234

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

Shades of Orchid #DD67EA

Tints of Orchid #DD67EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.94%

R = 39.61%
G = 18.46%
B = 41.94%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD67EA (or 0xDD67EA) is known color: Orchid. HEX triplet: DD, 67 and EA. RGB value is (221,103,234). Sum of RGB (Red+Green+Blue) = 221+103+234=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD67EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67EA is #229815. Grayscale: #989898. Windows color (decimal): -2267158 or 15362013. OLE color: 15362013.

HSL color Cylindrical-coordinate representation of color #DD67EA: hue angle of 294.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD67EA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 103 234 -
CMYK 0.06 0.56 0 0.08
HSL 294.05º 0.76% 0.66% -
HSV(B) 294.05º 0.56% 0.92% -
XYZ 49.52 31.01 81.22 -
YUV 153.22 173.59 176.35 -
System Red Green Blue C M Y K H S L
Decimal 221 103 234 0.06 0.56 0 0.08 294.05 0.76 0.66
Hex DD 67 EA 6 38 0 8 126 4C 42
Octal 335 147 352 6 70 0 10 446 114 102
Binary 11011101 1100111 11101010 110 111000 0 1000 100100110 1001100 1000010

Color Harmonies of #DD67EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67EA

Black with #DD67EA

Text Example


Text Example

White with #DD67EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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