Html Css Color HEX #D270DB Orchid

📋 copy color: '#D270DB'

red 210 ◦ green 112 ◦ blue 219

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

Shades of Orchid #D270DB

Tints of Orchid #D270DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 38.82%
G = 20.7%
B = 40.48%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D270DB (or 0xD270DB) is known color: Orchid. HEX triplet: D2, 70 and DB. RGB value is (210,112,219). Sum of RGB (Red+Green+Blue) = 210+112+219=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D270DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270DB is #2D8F24. Grayscale: #999999. Windows color (decimal): -2985765 or 14381266. OLE color: 14381266.

HSL color Cylindrical-coordinate representation of color #D270DB: hue angle of 294.95º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D270DB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 112 219 -
CMYK 0.04 0.49 0 0.14
HSL 294.95º 0.6% 0.65% -
HSV(B) 294.95º 0.49% 0.86% -
XYZ 45.16 30.4 70.51 -
YUV 153.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 210 112 219 0.04 0.49 0 0.14 294.95 0.6 0.65
Hex D2 70 DB 4 31 0 E 127 3C 41
Octal 322 160 333 4 61 0 16 447 74 101
Binary 11010010 1110000 11011011 100 110001 0 1110 100100111 111100 1000001

Color Harmonies of #D270DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270DB

Black with #D270DB

Text Example


Text Example

White with #D270DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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