Html Css Color HEX #D070CD Orchid

📋 copy color: '#D070CD'

red 208 ◦ green 112 ◦ blue 205

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

Shades of Orchid #D070CD

Tints of Orchid #D070CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.33%

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

R = 39.62%
G = 21.33%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D070CD (or 0xD070CD) is known color: Orchid. HEX triplet: D0, 70 and CD. RGB value is (208,112,205). Sum of RGB (Red+Green+Blue) = 208+112+205=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D070CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070CD is #2F8F32. Grayscale: #979797. Windows color (decimal): -3116851 or 13463760. OLE color: 13463760.

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

Color convert

RGB 208 112 205 -
CMYK 0 0.46 0.01 0.18
HSL 301.88º 0.51% 0.63% -
HSV(B) 301.88º 0.46% 0.82% -
XYZ 42.83 29.41 61.18 -
YUV 151.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 208 112 205 0 0.46 0.01 0.18 301.88 0.51 0.63
Hex D0 70 CD 0 2E 1 12 12E 33 3F
Octal 320 160 315 0 56 1 22 456 63 77
Binary 11010000 1110000 11001101 0 101110 1 10010 100101110 110011 111111

Color Harmonies of #D070CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070CD

Black with #D070CD

Text Example


Text Example

White with #D070CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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