Html Css Color HEX #D07FCA Orchid

📋 copy color: '#D07FCA'

red 208 ◦ green 127 ◦ blue 202

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

Shades of Orchid #D07FCA

Tints of Orchid #D07FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

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

R = 38.73%
G = 23.65%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D07FCA (or 0xD07FCA) is known color: Orchid. HEX triplet: D0, 7F and CA. RGB value is (208,127,202). Sum of RGB (Red+Green+Blue) = 208+127+202=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FCA is #2F8035. Grayscale: #9F9F9F. Windows color (decimal): -3113014 or 13270992. OLE color: 13270992.

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

Color convert

RGB 208 127 202 -
CMYK 0 0.39 0.03 0.18
HSL 304.44º 0.46% 0.66% -
HSV(B) 304.44º 0.39% 0.82% -
XYZ 44.26 32.85 59.89 -
YUV 159.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 208 127 202 0 0.39 0.03 0.18 304.44 0.46 0.66
Hex D0 7F CA 0 27 3 12 130 2E 42
Octal 320 177 312 0 47 3 22 460 56 102
Binary 11010000 1111111 11001010 0 100111 11 10010 100110000 101110 1000010

Color Harmonies of #D07FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FCA

Black with #D07FCA

Text Example


Text Example

White with #D07FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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