Html Css Color HEX #D07DC9 Orchid

📋 copy color: '#D07DC9'

red 208 ◦ green 125 ◦ blue 201

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

Shades of Orchid #D07DC9

Tints of Orchid #D07DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 38.95%
G = 23.41%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D07DC9 (or 0xD07DC9) is known color: Orchid. HEX triplet: D0, 7D and C9. RGB value is (208,125,201). Sum of RGB (Red+Green+Blue) = 208+125+201=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC9 is #2F8236. Grayscale: #9E9E9E. Windows color (decimal): -3113527 or 13204944. OLE color: 13204944.

HSL color Cylindrical-coordinate representation of color #D07DC9: hue angle of 305.06º 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 #D07DC9 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 201 -
CMYK 0 0.40 0.03 0.18
HSL 305.06º 0.47% 0.65% -
HSV(B) 305.06º 0.4% 0.82% -
XYZ 43.89 32.29 59.18 -
YUV 158.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 208 125 201 0 0.40 0.03 0.18 305.06 0.47 0.65
Hex D0 7D C9 0 28 3 12 131 2F 41
Octal 320 175 311 0 50 3 22 461 57 101
Binary 11010000 1111101 11001001 0 101000 11 10010 100110001 101111 1000001

Color Harmonies of #D07DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DC9

Black with #D07DC9

Text Example


Text Example

White with #D07DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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