Html Css Color HEX #D074CE Orchid

📋 copy color: '#D074CE'

red 208 ◦ green 116 ◦ blue 206

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

Shades of Orchid #D074CE

Tints of Orchid #D074CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 39.25%
G = 21.89%
B = 38.87%

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

#D074CE (or 0xD074CE) is known color: Orchid. HEX triplet: D0, 74 and CE. RGB value is (208,116,206). Sum of RGB (Red+Green+Blue) = 208+116+206=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D074CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074CE is #2F8B31. Grayscale: #999999. Windows color (decimal): -3115826 or 13530320. OLE color: 13530320.

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

Color convert

RGB 208 116 206 -
CMYK 0 0.44 0.01 0.18
HSL 301.3º 0.49% 0.64% -
HSV(B) 301.3º 0.44% 0.82% -
XYZ 43.4 30.36 61.96 -
YUV 153.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 208 116 206 0 0.44 0.01 0.18 301.3 0.49 0.64
Hex D0 74 CE 0 2C 1 12 12D 31 40
Octal 320 164 316 0 54 1 22 455 61 100
Binary 11010000 1110100 11001110 0 101100 1 10010 100101101 110001 1000000

Color Harmonies of #D074CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074CE

Black with #D074CE

Text Example


Text Example

White with #D074CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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