Html Css Color HEX #D07DC4 Orchid

📋 copy color: '#D07DC4'

red 208 ◦ green 125 ◦ blue 196

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

Shades of Orchid #D07DC4

Tints of Orchid #D07DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 39.32%
G = 23.63%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D07DC4 (or 0xD07DC4) is known color: Orchid. HEX triplet: D0, 7D and C4. RGB value is (208,125,196). Sum of RGB (Red+Green+Blue) = 208+125+196=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC4 is #2F823B. Grayscale: #9D9D9D. Windows color (decimal): -3113532 or 12877264. OLE color: 12877264.

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

Color convert

RGB 208 125 196 -
CMYK 0 0.40 0.06 0.18
HSL 308.67º 0.47% 0.65% -
HSV(B) 308.67º 0.4% 0.82% -
XYZ 43.31 32.06 56.13 -
YUV 157.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 208 125 196 0 0.40 0.06 0.18 308.67 0.47 0.65
Hex D0 7D C4 0 28 6 12 135 2F 41
Octal 320 175 304 0 50 6 22 465 57 101
Binary 11010000 1111101 11000100 0 101000 110 10010 100110101 101111 1000001

Color Harmonies of #D07DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DC4

Black with #D07DC4

Text Example


Text Example

White with #D07DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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