Html Css Color HEX #D074CF Orchid

📋 copy color: '#D074CF'

red 208 ◦ green 116 ◦ blue 207

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

Shades of Orchid #D074CF

Tints of Orchid #D074CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 39.17%
G = 21.85%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D074CF (or 0xD074CF) is known color: Orchid. HEX triplet: D0, 74 and CF. RGB value is (208,116,207). Sum of RGB (Red+Green+Blue) = 208+116+207=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D074CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074CF is #2F8B30. Grayscale: #999999. Windows color (decimal): -3115825 or 13595856. OLE color: 13595856.

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

Color convert

RGB 208 116 207 -
CMYK 0 0.44 0.00 0.18
HSL 300.65º 0.49% 0.64% -
HSV(B) 300.65º 0.44% 0.82% -
XYZ 43.52 30.41 62.61 -
YUV 153.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 208 116 207 0 0.44 0.00 0.18 300.65 0.49 0.64
Hex D0 74 CF 0 2C 0 12 12D 31 40
Octal 320 164 317 0 54 0 22 455 61 100
Binary 11010000 1110100 11001111 0 101100 0 10010 100101101 110001 1000000

Color Harmonies of #D074CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074CF

Black with #D074CF

Text Example


Text Example

White with #D074CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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