Html Css Color HEX #D270DD Orchid

📋 copy color: '#D270DD'

red 210 ◦ green 112 ◦ blue 221

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

Shades of Orchid #D270DD

Tints of Orchid #D270DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

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

R = 38.67%
G = 20.63%
B = 40.7%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D270DD (or 0xD270DD) is known color: Orchid. HEX triplet: D2, 70 and DD. RGB value is (210,112,221). Sum of RGB (Red+Green+Blue) = 210+112+221=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D270DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270DD is #2D8F22. Grayscale: #999999. Windows color (decimal): -2985763 or 14512338. OLE color: 14512338.

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

Color convert

RGB 210 112 221 -
CMYK 0.05 0.49 0 0.13
HSL 293.94º 0.62% 0.65% -
HSV(B) 293.94º 0.49% 0.87% -
XYZ 45.42 30.51 71.9 -
YUV 153.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 210 112 221 0.05 0.49 0 0.13 293.94 0.62 0.65
Hex D2 70 DD 5 31 0 D 126 3E 41
Octal 322 160 335 5 61 0 15 446 76 101
Binary 11010010 1110000 11011101 101 110001 0 1101 100100110 111110 1000001

Color Harmonies of #D270DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270DD

Black with #D270DD

Text Example


Text Example

White with #D270DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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