Html Css Color HEX #D389CC Orchid

📋 copy color: '#D389CC'

red 211 ◦ green 137 ◦ blue 204

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

Shades of Orchid #D389CC

Tints of Orchid #D389CC

RGB

 RED value IS 211 (82.81% from 255) = 38.22%

 GREEN value IS 137 (53.91% from 255) = 24.82%

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 38.22%
G = 24.82%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D389CC (or 0xD389CC) is known color: Orchid. HEX triplet: D3, 89 and CC. RGB value is (211,137,204). Sum of RGB (Red+Green+Blue) = 211+137+204=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D389CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389CC is #2C7633. Grayscale: #A6A6A6. Windows color (decimal): -2913844 or 13404627. OLE color: 13404627.

HSL color Cylindrical-coordinate representation of color #D389CC: hue angle of 305.68º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D389CC is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 204 -
CMYK 0 0.35 0.03 0.17
HSL 305.68º 0.46% 0.68% -
HSV(B) 305.68º 0.35% 0.83% -
XYZ 46.71 36.1 61.63 -
YUV 166.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 211 137 204 0 0.35 0.03 0.17 305.68 0.46 0.68
Hex D3 89 CC 0 23 3 11 132 2E 44
Octal 323 211 314 0 43 3 21 462 56 104
Binary 11010011 10001001 11001100 0 100011 11 10001 100110010 101110 1000100

Color Harmonies of #D389CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389CC

Black with #D389CC

Text Example


Text Example

White with #D389CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389CC; }

 p { color: rgb(211,137,204); }

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

background-color css

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

 a { background-color: rgb(211,137,204); }

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

border-color css

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

 span { border-color: rgb(211,137,204); }

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