Html Css Color HEX #DD67CB Orchid

📋 copy color: '#DD67CB'

red 221 ◦ green 103 ◦ blue 203

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

Shades of Orchid #DD67CB

Tints of Orchid #DD67CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 41.94%
G = 19.54%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD67CB (or 0xDD67CB) is known color: Orchid. HEX triplet: DD, 67 and CB. RGB value is (221,103,203). Sum of RGB (Red+Green+Blue) = 221+103+203=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67CB is #229834. Grayscale: #959595. Windows color (decimal): -2267189 or 13330397. OLE color: 13330397.

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

Color convert

RGB 221 103 203 -
CMYK 0 0.53 0.08 0.13
HSL 309.15º 0.63% 0.64% -
HSV(B) 309.15º 0.53% 0.87% -
XYZ 45.45 29.38 59.78 -
YUV 149.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 221 103 203 0 0.53 0.08 0.13 309.15 0.63 0.64
Hex DD 67 CB 0 35 8 D 135 3F 40
Octal 335 147 313 0 65 10 15 465 77 100
Binary 11011101 1100111 11001011 0 110101 1000 1101 100110101 111111 1000000

Color Harmonies of #DD67CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67CB

Black with #DD67CB

Text Example


Text Example

White with #DD67CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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