Html Css Color HEX #DD67CA Orchid

📋 copy color: '#DD67CA'

red 221 ◦ green 103 ◦ blue 202

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

Shades of Orchid #DD67CA

Tints of Orchid #DD67CA

RGB

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

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

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

R = 42.02%
G = 19.58%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD67CA (or 0xDD67CA) is known color: Orchid. HEX triplet: DD, 67 and CA. RGB value is (221,103,202). Sum of RGB (Red+Green+Blue) = 221+103+202=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67CA is #229835. Grayscale: #959595. Windows color (decimal): -2267190 or 13264861. OLE color: 13264861.

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

Color convert

RGB 221 103 202 -
CMYK 0 0.53 0.09 0.13
HSL 309.66º 0.63% 0.64% -
HSV(B) 309.66º 0.53% 0.87% -
XYZ 45.33 29.34 59.15 -
YUV 149.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 221 103 202 0 0.53 0.09 0.13 309.66 0.63 0.64
Hex DD 67 CA 0 35 9 D 136 3F 40
Octal 335 147 312 0 65 11 15 466 77 100
Binary 11011101 1100111 11001010 0 110101 1001 1101 100110110 111111 1000000

Color Harmonies of #DD67CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67CA

Black with #DD67CA

Text Example


Text Example

White with #DD67CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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