Html Css Color HEX #D07ECB Orchid

📋 copy color: '#D07ECB'

red 208 ◦ green 126 ◦ blue 203

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

Shades of Orchid #D07ECB

Tints of Orchid #D07ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.46%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 38.73%
G = 23.46%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D07ECB (or 0xD07ECB) is known color: Orchid. HEX triplet: D0, 7E and CB. RGB value is (208,126,203). Sum of RGB (Red+Green+Blue) = 208+126+203=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ECB is #2F8134. Grayscale: #9F9F9F. Windows color (decimal): -3113269 or 13336272. OLE color: 13336272.

HSL color Cylindrical-coordinate representation of color #D07ECB: hue angle of 303.66º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07ECB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 203 -
CMYK 0 0.39 0.02 0.18
HSL 303.66º 0.47% 0.65% -
HSV(B) 303.66º 0.39% 0.82% -
XYZ 44.25 32.64 60.47 -
YUV 159.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 208 126 203 0 0.39 0.02 0.18 303.66 0.47 0.65
Hex D0 7E CB 0 27 2 12 130 2F 41
Octal 320 176 313 0 47 2 22 460 57 101
Binary 11010000 1111110 11001011 0 100111 10 10010 100110000 101111 1000001

Color Harmonies of #D07ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ECB

Black with #D07ECB

Text Example


Text Example

White with #D07ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ECB; }

 p { color: rgb(208,126,203); }

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

background-color css

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

 a { background-color: rgb(208,126,203); }

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

border-color css

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

 span { border-color: rgb(208,126,203); }

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