Html Css Color HEX #D07BBE Orchid

📋 copy color: '#D07BBE'

red 208 ◦ green 123 ◦ blue 190

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

Shades of Orchid #D07BBE

Tints of Orchid #D07BBE

RGB

 RED value IS 208 (81.64% from 255) = 39.92%

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 39.92%
G = 23.61%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D07BBE (or 0xD07BBE) is known color: Orchid. HEX triplet: D0, 7B and BE. RGB value is (208,123,190). Sum of RGB (Red+Green+Blue) = 208+123+190=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BBE is #2F8441. Grayscale: #9B9B9B. Windows color (decimal): -3114050 or 12483536. OLE color: 12483536.

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

Color convert

RGB 208 123 190 -
CMYK 0 0.41 0.09 0.18
HSL 312.71º 0.47% 0.65% -
HSV(B) 312.71º 0.41% 0.82% -
XYZ 42.39 31.29 52.52 -
YUV 156.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 208 123 190 0 0.41 0.09 0.18 312.71 0.47 0.65
Hex D0 7B BE 0 29 9 12 139 2F 41
Octal 320 173 276 0 51 11 22 471 57 101
Binary 11010000 1111011 10111110 0 101001 1001 10010 100111001 101111 1000001

Color Harmonies of #D07BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BBE

Black with #D07BBE

Text Example


Text Example

White with #D07BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BBE; }

 p { color: rgb(208,123,190); }

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

background-color css

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

 a { background-color: rgb(208,123,190); }

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

border-color css

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

 span { border-color: rgb(208,123,190); }

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