Html Css Color HEX #D07DE5 Orchid

📋 copy color: '#D07DE5'

red 208 ◦ green 125 ◦ blue 229

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

Shades of Orchid #D07DE5

Tints of Orchid #D07DE5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

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

R = 37.01%
G = 22.24%
B = 40.75%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D07DE5 (or 0xD07DE5) is known color: Orchid. HEX triplet: D0, 7D and E5. RGB value is (208,125,229). Sum of RGB (Red+Green+Blue) = 208+125+229=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #D07DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DE5 is #2F821A. Grayscale: #A1A1A1. Windows color (decimal): -3113499 or 15039952. OLE color: 15039952.

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

Color convert

RGB 208 125 229 -
CMYK 0.09 0.45 0 0.10
HSL 287.88º 0.67% 0.69% -
HSV(B) 287.88º 0.45% 0.9% -
XYZ 47.49 33.73 78.14 -
YUV 161.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 208 125 229 0.09 0.45 0 0.10 287.88 0.67 0.69
Hex D0 7D E5 9 2D 0 A 120 43 45
Octal 320 175 345 11 55 0 12 440 103 105
Binary 11010000 1111101 11100101 1001 101101 0 1010 100100000 1000011 1000101

Color Harmonies of #D07DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DE5

Black with #D07DE5

Text Example


Text Example

White with #D07DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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