Html Css Color HEX #D270B5 Orchid

📋 copy color: '#D270B5'

red 210 ◦ green 112 ◦ blue 181

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

Shades of Orchid #D270B5

Tints of Orchid #D270B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 41.75%
G = 22.27%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D270B5 (or 0xD270B5) is known color: Orchid. HEX triplet: D2, 70 and B5. RGB value is (210,112,181). Sum of RGB (Red+Green+Blue) = 210+112+181=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D270B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270B5 is #2D8F4A. Grayscale: #949494. Windows color (decimal): -2985803 or 11890898. OLE color: 11890898.

HSL color Cylindrical-coordinate representation of color #D270B5: hue angle of 317.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D270B5 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 181 -
CMYK 0 0.47 0.14 0.18
HSL 317.76º 0.52% 0.63% -
HSV(B) 317.76º 0.47% 0.82% -
XYZ 40.71 28.63 47.1 -
YUV 149.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 210 112 181 0 0.47 0.14 0.18 317.76 0.52 0.63
Hex D2 70 B5 0 2F E 12 13E 34 3F
Octal 322 160 265 0 57 16 22 476 64 77
Binary 11010010 1110000 10110101 0 101111 1110 10010 100111110 110100 111111

Color Harmonies of #D270B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270B5

Black with #D270B5

Text Example


Text Example

White with #D270B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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