Html Css Color HEX #D07DC7 Orchid

📋 copy color: '#D07DC7'

red 208 ◦ green 125 ◦ blue 199

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

Shades of Orchid #D07DC7

Tints of Orchid #D07DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 39.1%
G = 23.5%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D07DC7 (or 0xD07DC7) is known color: Orchid. HEX triplet: D0, 7D and C7. RGB value is (208,125,199). Sum of RGB (Red+Green+Blue) = 208+125+199=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC7 is #2F8238. Grayscale: #9E9E9E. Windows color (decimal): -3113529 or 13073872. OLE color: 13073872.

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

Color convert

RGB 208 125 199 -
CMYK 0 0.40 0.04 0.18
HSL 306.51º 0.47% 0.65% -
HSV(B) 306.51º 0.4% 0.82% -
XYZ 43.65 32.2 57.95 -
YUV 158.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 208 125 199 0 0.40 0.04 0.18 306.51 0.47 0.65
Hex D0 7D C7 0 28 4 12 133 2F 41
Octal 320 175 307 0 50 4 22 463 57 101
Binary 11010000 1111101 11000111 0 101000 100 10010 100110011 101111 1000001

Color Harmonies of #D07DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DC7

Black with #D07DC7

Text Example


Text Example

White with #D07DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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