Html Css Color HEX #D27BDD Orchid

📋 copy color: '#D27BDD'

red 210 ◦ green 123 ◦ blue 221

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

Shades of Orchid #D27BDD

Tints of Orchid #D27BDD

RGB

 RED value IS 210 (82.42% from 255) = 37.91%

 GREEN value IS 123 (48.44% from 255) = 22.2%

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 37.91%
G = 22.2%
B = 39.89%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D27BDD (or 0xD27BDD) is known color: Orchid. HEX triplet: D2, 7B and DD. RGB value is (210,123,221). Sum of RGB (Red+Green+Blue) = 210+123+221=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BDD is #2D8422. Grayscale: #9F9F9F. Windows color (decimal): -2982947 or 14515154. OLE color: 14515154.

HSL color Cylindrical-coordinate representation of color #D27BDD: hue angle of 293.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27BDD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 123 221 -
CMYK 0.05 0.44 0 0.13
HSL 293.27º 0.59% 0.67% -
HSV(B) 293.27º 0.44% 0.87% -
XYZ 46.71 33.09 72.33 -
YUV 160.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 210 123 221 0.05 0.44 0 0.13 293.27 0.59 0.67
Hex D2 7B DD 5 2C 0 D 125 3B 43
Octal 322 173 335 5 54 0 15 445 73 103
Binary 11010010 1111011 11011101 101 101100 0 1101 100100101 111011 1000011

Color Harmonies of #D27BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27BDD

Black with #D27BDD

Text Example


Text Example

White with #D27BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27BDD; }

 p { color: rgb(210,123,221); }

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

background-color css

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

 a { background-color: rgb(210,123,221); }

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

border-color css

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

 span { border-color: rgb(210,123,221); }

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