Html Css Color HEX #D07DDA Orchid

📋 copy color: '#D07DDA'

red 208 ◦ green 125 ◦ blue 218

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

Shades of Orchid #D07DDA

Tints of Orchid #D07DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 37.75%
G = 22.69%
B = 39.56%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D07DDA (or 0xD07DDA) is known color: Orchid. HEX triplet: D0, 7D and DA. RGB value is (208,125,218). Sum of RGB (Red+Green+Blue) = 208+125+218=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #D07DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DDA is #2F8225. Grayscale: #A0A0A0. Windows color (decimal): -3113510 or 14319056. OLE color: 14319056.

HSL color Cylindrical-coordinate representation of color #D07DDA: hue angle of 293.55º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07DDA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 125 218 -
CMYK 0.05 0.43 0 0.15
HSL 293.55º 0.56% 0.67% -
HSV(B) 293.55º 0.43% 0.85% -
XYZ 46 33.14 70.3 -
YUV 160.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 208 125 218 0.05 0.43 0 0.15 293.55 0.56 0.67
Hex D0 7D DA 5 2B 0 F 126 38 43
Octal 320 175 332 5 53 0 17 446 70 103
Binary 11010000 1111101 11011010 101 101011 0 1111 100100110 111000 1000011

Color Harmonies of #D07DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DDA

Black with #D07DDA

Text Example


Text Example

White with #D07DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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