Html Css Color HEX #D07BBC Orchid

📋 copy color: '#D07BBC'

red 208 ◦ green 123 ◦ blue 188

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

Shades of Orchid #D07BBC

Tints of Orchid #D07BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 40.08%
G = 23.7%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D07BBC (or 0xD07BBC) is known color: Orchid. HEX triplet: D0, 7B and BC. RGB value is (208,123,188). Sum of RGB (Red+Green+Blue) = 208+123+188=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BBC is #2F8443. Grayscale: #9B9B9B. Windows color (decimal): -3114052 or 12352464. OLE color: 12352464.

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

Color convert

RGB 208 123 188 -
CMYK 0 0.41 0.10 0.18
HSL 314.12º 0.47% 0.65% -
HSV(B) 314.12º 0.41% 0.82% -
XYZ 42.17 31.21 51.38 -
YUV 155.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 208 123 188 0 0.41 0.10 0.18 314.12 0.47 0.65
Hex D0 7B BC 0 29 A 12 13A 2F 41
Octal 320 173 274 0 51 12 22 472 57 101
Binary 11010000 1111011 10111100 0 101001 1010 10010 100111010 101111 1000001

Color Harmonies of #D07BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BBC

Black with #D07BBC

Text Example


Text Example

White with #D07BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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