Html Css Color HEX #DD7FCA Orchid

📋 copy color: '#DD7FCA'

red 221 ◦ green 127 ◦ blue 202

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

Shades of Orchid #DD7FCA

Tints of Orchid #DD7FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 40.18%
G = 23.09%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD7FCA (or 0xDD7FCA) is known color: Orchid. HEX triplet: DD, 7F and CA. RGB value is (221,127,202). Sum of RGB (Red+Green+Blue) = 221+127+202=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FCA is #228035. Grayscale: #A3A3A3. Windows color (decimal): -2261046 or 13271005. OLE color: 13271005.

HSL color Cylindrical-coordinate representation of color #DD7FCA: hue angle of 312.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7FCA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 202 -
CMYK 0 0.43 0.09 0.13
HSL 312.13º 0.58% 0.68% -
HSV(B) 312.13º 0.43% 0.87% -
XYZ 48.07 34.82 60.06 -
YUV 163.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 221 127 202 0 0.43 0.09 0.13 312.13 0.58 0.68
Hex DD 7F CA 0 2B 9 D 138 3A 44
Octal 335 177 312 0 53 11 15 470 72 104
Binary 11011101 1111111 11001010 0 101011 1001 1101 100111000 111010 1000100

Color Harmonies of #DD7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FCA

Black with #DD7FCA

Text Example


Text Example

White with #DD7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FCA; }

 p { color: rgb(221,127,202); }

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

background-color css

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

 a { background-color: rgb(221,127,202); }

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

border-color css

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

 span { border-color: rgb(221,127,202); }

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