Html Css Color HEX #D073C4 Orchid

📋 copy color: '#D073C4'

red 208 ◦ green 115 ◦ blue 196

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

Shades of Orchid #D073C4

Tints of Orchid #D073C4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.16%

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

R = 40.08%
G = 22.16%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D073C4 (or 0xD073C4) is known color: Orchid. HEX triplet: D0, 73 and C4. RGB value is (208,115,196). Sum of RGB (Red+Green+Blue) = 208+115+196=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C4 is #2F8C3B. Grayscale: #979797. Windows color (decimal): -3116092 or 12874704. OLE color: 12874704.

HSL color Cylindrical-coordinate representation of color #D073C4: hue angle of 307.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073C4 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 196 -
CMYK 0 0.45 0.06 0.18
HSL 307.74º 0.5% 0.63% -
HSV(B) 307.74º 0.45% 0.82% -
XYZ 42.11 29.66 55.73 -
YUV 152.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 208 115 196 0 0.45 0.06 0.18 307.74 0.5 0.63
Hex D0 73 C4 0 2D 6 12 134 32 3F
Octal 320 163 304 0 55 6 22 464 62 77
Binary 11010000 1110011 11000100 0 101101 110 10010 100110100 110010 111111

Color Harmonies of #D073C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073C4

Black with #D073C4

Text Example


Text Example

White with #D073C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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