Html Css Color HEX #D07BDA Orchid

📋 copy color: '#D07BDA'

red 208 ◦ green 123 ◦ blue 218

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

Shades of Orchid #D07BDA

Tints of Orchid #D07BDA

RGB

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

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

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

R = 37.89%
G = 22.4%
B = 39.71%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D07BDA (or 0xD07BDA) is known color: Orchid. HEX triplet: D0, 7B and DA. RGB value is (208,123,218). Sum of RGB (Red+Green+Blue) = 208+123+218=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #D07BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BDA is #2F8425. Grayscale: #9E9E9E. Windows color (decimal): -3114022 or 14318544. OLE color: 14318544.

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

Color convert

RGB 208 123 218 -
CMYK 0.05 0.44 0 0.15
HSL 293.68º 0.56% 0.67% -
HSV(B) 293.68º 0.44% 0.85% -
XYZ 45.75 32.64 70.22 -
YUV 159.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 208 123 218 0.05 0.44 0 0.15 293.68 0.56 0.67
Hex D0 7B DA 5 2C 0 F 126 38 43
Octal 320 173 332 5 54 0 17 446 70 103
Binary 11010000 1111011 11011010 101 101100 0 1111 100100110 111000 1000011

Color Harmonies of #D07BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BDA

Black with #D07BDA

Text Example


Text Example

White with #D07BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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