Html Css Color HEX #D071CA Orchid

📋 copy color: '#D071CA'

red 208 ◦ green 113 ◦ blue 202

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

Shades of Orchid #D071CA

Tints of Orchid #D071CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.61%

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 39.77%
G = 21.61%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D071CA (or 0xD071CA) is known color: Orchid. HEX triplet: D0, 71 and CA. RGB value is (208,113,202). Sum of RGB (Red+Green+Blue) = 208+113+202=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D071CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071CA is #2F8E35. Grayscale: #979797. Windows color (decimal): -3116598 or 13267408. OLE color: 13267408.

HSL color Cylindrical-coordinate representation of color #D071CA: hue angle of 303.79º degrees, saturation: 0.5, 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 #D071CA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 202 -
CMYK 0 0.46 0.03 0.18
HSL 303.79º 0.5% 0.63% -
HSV(B) 303.79º 0.46% 0.82% -
XYZ 42.58 29.48 59.32 -
YUV 151.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 208 113 202 0 0.46 0.03 0.18 303.79 0.5 0.63
Hex D0 71 CA 0 2E 3 12 130 32 3F
Octal 320 161 312 0 56 3 22 460 62 77
Binary 11010000 1110001 11001010 0 101110 11 10010 100110000 110010 111111

Color Harmonies of #D071CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071CA

Black with #D071CA

Text Example


Text Example

White with #D071CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071CA; }

 p { color: rgb(208,113,202); }

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

background-color css

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

 a { background-color: rgb(208,113,202); }

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

border-color css

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

 span { border-color: rgb(208,113,202); }

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