Html Css Color HEX #DD69CA Orchid

📋 copy color: '#DD69CA'

red 221 ◦ green 105 ◦ blue 202

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

Shades of Orchid #DD69CA

Tints of Orchid #DD69CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.89%

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

R = 41.86%
G = 19.89%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD69CA (or 0xDD69CA) is known color: Orchid. HEX triplet: DD, 69 and CA. RGB value is (221,105,202). Sum of RGB (Red+Green+Blue) = 221+105+202=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69CA is #229635. Grayscale: #969696. Windows color (decimal): -2266678 or 13265373. OLE color: 13265373.

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

Color convert

RGB 221 105 202 -
CMYK 0 0.52 0.09 0.13
HSL 309.83º 0.63% 0.64% -
HSV(B) 309.83º 0.52% 0.87% -
XYZ 45.53 29.74 59.22 -
YUV 150.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 221 105 202 0 0.52 0.09 0.13 309.83 0.63 0.64
Hex DD 69 CA 0 34 9 D 136 3F 40
Octal 335 151 312 0 64 11 15 466 77 100
Binary 11011101 1101001 11001010 0 110100 1001 1101 100110110 111111 1000000

Color Harmonies of #DD69CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69CA

Black with #DD69CA

Text Example


Text Example

White with #DD69CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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