Html Css Color HEX #D07BE0 Orchid

📋 copy color: '#D07BE0'

red 208 ◦ green 123 ◦ blue 224

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

Shades of Orchid #D07BE0

Tints of Orchid #D07BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.36%

R = 37.48%
G = 22.16%
B = 40.36%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D07BE0 (or 0xD07BE0) is known color: Orchid. HEX triplet: D0, 7B and E0. RGB value is (208,123,224). Sum of RGB (Red+Green+Blue) = 208+123+224=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #D07BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BE0 is #2F841F. Grayscale: #9F9F9F. Windows color (decimal): -3114016 or 14711760. OLE color: 14711760.

HSL color Cylindrical-coordinate representation of color #D07BE0: hue angle of 290.5º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07BE0 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 123 224 -
CMYK 0.07 0.45 0 0.12
HSL 290.5º 0.62% 0.68% -
HSV(B) 290.5º 0.45% 0.88% -
XYZ 46.55 32.96 74.43 -
YUV 159.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 208 123 224 0.07 0.45 0 0.12 290.5 0.62 0.68
Hex D0 7B E0 7 2D 0 C 122 3E 44
Octal 320 173 340 7 55 0 14 442 76 104
Binary 11010000 1111011 11100000 111 101101 0 1100 100100010 111110 1000100

Color Harmonies of #D07BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BE0

Black with #D07BE0

Text Example


Text Example

White with #D07BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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