Html Css Color HEX #D270BF Orchid

📋 copy color: '#D270BF'

red 210 ◦ green 112 ◦ blue 191

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

Shades of Orchid #D270BF

Tints of Orchid #D270BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 40.94%
G = 21.83%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D270BF (or 0xD270BF) is known color: Orchid. HEX triplet: D2, 70 and BF. RGB value is (210,112,191). Sum of RGB (Red+Green+Blue) = 210+112+191=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D270BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270BF is #2D8F40. Grayscale: #969696. Windows color (decimal): -2985793 or 12546258. OLE color: 12546258.

HSL color Cylindrical-coordinate representation of color #D270BF: hue angle of 311.63º 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 #D270BF is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 191 -
CMYK 0 0.47 0.09 0.18
HSL 311.63º 0.52% 0.63% -
HSV(B) 311.63º 0.47% 0.82% -
XYZ 41.78 29.05 52.7 -
YUV 150.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 210 112 191 0 0.47 0.09 0.18 311.63 0.52 0.63
Hex D2 70 BF 0 2F 9 12 138 34 3F
Octal 322 160 277 0 57 11 22 470 64 77
Binary 11010010 1110000 10111111 0 101111 1001 10010 100111000 110100 111111

Color Harmonies of #D270BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270BF

Black with #D270BF

Text Example


Text Example

White with #D270BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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