Html Css Color HEX #D07BE5 Orchid

📋 copy color: '#D07BE5'

red 208 ◦ green 123 ◦ blue 229

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

Shades of Orchid #D07BE5

Tints of Orchid #D07BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 37.14%
G = 21.96%
B = 40.89%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D07BE5 (or 0xD07BE5) is known color: Orchid. HEX triplet: D0, 7B and E5. RGB value is (208,123,229). Sum of RGB (Red+Green+Blue) = 208+123+229=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #D07BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BE5 is #2F841A. Grayscale: #A0A0A0. Windows color (decimal): -3114011 or 15039440. OLE color: 15039440.

HSL color Cylindrical-coordinate representation of color #D07BE5: hue angle of 288.11º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07BE5 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 123 229 -
CMYK 0.09 0.46 0 0.10
HSL 288.11º 0.67% 0.69% -
HSV(B) 288.11º 0.46% 0.9% -
XYZ 47.24 33.23 78.05 -
YUV 160.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 208 123 229 0.09 0.46 0 0.10 288.11 0.67 0.69
Hex D0 7B E5 9 2E 0 A 120 43 45
Octal 320 173 345 11 56 0 12 440 103 105
Binary 11010000 1111011 11100101 1001 101110 0 1010 100100000 1000011 1000101

Color Harmonies of #D07BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BE5

Black with #D07BE5

Text Example


Text Example

White with #D07BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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