Html Css Color HEX #D07DD7 Orchid

📋 copy color: '#D07DD7'

red 208 ◦ green 125 ◦ blue 215

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

Shades of Orchid #D07DD7

Tints of Orchid #D07DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 37.96%
G = 22.81%
B = 39.23%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D07DD7 (or 0xD07DD7) is known color: Orchid. HEX triplet: D0, 7D and D7. RGB value is (208,125,215). Sum of RGB (Red+Green+Blue) = 208+125+215=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #D07DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DD7 is #2F8228. Grayscale: #9F9F9F. Windows color (decimal): -3113513 or 14122448. OLE color: 14122448.

HSL color Cylindrical-coordinate representation of color #D07DD7: hue angle of 295.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07DD7 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 125 215 -
CMYK 0.03 0.42 0 0.16
HSL 295.33º 0.53% 0.67% -
HSV(B) 295.33º 0.42% 0.84% -
XYZ 45.61 32.98 68.25 -
YUV 160.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 208 125 215 0.03 0.42 0 0.16 295.33 0.53 0.67
Hex D0 7D D7 3 2A 0 10 127 35 43
Octal 320 175 327 3 52 0 20 447 65 103
Binary 11010000 1111101 11010111 11 101010 0 10000 100100111 110101 1000011

Color Harmonies of #D07DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DD7

Black with #D07DD7

Text Example


Text Example

White with #D07DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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