Html Css Color HEX #D074CD Orchid

📋 copy color: '#D074CD'

red 208 ◦ green 116 ◦ blue 205

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

Shades of Orchid #D074CD

Tints of Orchid #D074CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.93%

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 39.32%
G = 21.93%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D074CD (or 0xD074CD) is known color: Orchid. HEX triplet: D0, 74 and CD. RGB value is (208,116,205). Sum of RGB (Red+Green+Blue) = 208+116+205=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D074CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074CD is #2F8B32. Grayscale: #999999. Windows color (decimal): -3115827 or 13464784. OLE color: 13464784.

HSL color Cylindrical-coordinate representation of color #D074CD: hue angle of 301.96º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D074CD is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 205 -
CMYK 0 0.44 0.01 0.18
HSL 301.96º 0.49% 0.64% -
HSV(B) 301.96º 0.44% 0.82% -
XYZ 43.28 30.31 61.33 -
YUV 153.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 208 116 205 0 0.44 0.01 0.18 301.96 0.49 0.64
Hex D0 74 CD 0 2C 1 12 12E 31 40
Octal 320 164 315 0 54 1 22 456 61 100
Binary 11010000 1110100 11001101 0 101100 1 10010 100101110 110001 1000000

Color Harmonies of #D074CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074CD

Black with #D074CD

Text Example


Text Example

White with #D074CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074CD; }

 p { color: rgb(208,116,205); }

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

background-color css

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

 a { background-color: rgb(208,116,205); }

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

border-color css

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

 span { border-color: rgb(208,116,205); }

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