Html Css Color HEX #DD6BCA Orchid

📋 copy color: '#DD6BCA'

red 221 ◦ green 107 ◦ blue 202

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

Shades of Orchid #DD6BCA

Tints of Orchid #DD6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

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

R = 41.7%
G = 20.19%
B = 38.11%

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

#DD6BCA (or 0xDD6BCA) is known color: Orchid. HEX triplet: DD, 6B and CA. RGB value is (221,107,202). Sum of RGB (Red+Green+Blue) = 221+107+202=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BCA is #229435. Grayscale: #979797. Windows color (decimal): -2266166 or 13265885. OLE color: 13265885.

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

Color convert

RGB 221 107 202 -
CMYK 0 0.52 0.09 0.13
HSL 310º 0.63% 0.64% -
HSV(B) 310º 0.52% 0.87% -
XYZ 45.74 30.15 59.29 -
YUV 151.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 221 107 202 0 0.52 0.09 0.13 310 0.63 0.64
Hex DD 6B CA 0 34 9 D 136 3F 40
Octal 335 153 312 0 64 11 15 466 77 100
Binary 11011101 1101011 11001010 0 110100 1001 1101 100110110 111111 1000000

Color Harmonies of #DD6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BCA

Black with #DD6BCA

Text Example


Text Example

White with #DD6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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