Html Css Color HEX #D07FC2 Orchid

📋 copy color: '#D07FC2'

red 208 ◦ green 127 ◦ blue 194

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

Shades of Orchid #D07FC2

Tints of Orchid #D07FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 39.32%
G = 24.01%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D07FC2 (or 0xD07FC2) is known color: Orchid. HEX triplet: D0, 7F and C2. RGB value is (208,127,194). Sum of RGB (Red+Green+Blue) = 208+127+194=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC2 is #2F803D. Grayscale: #9E9E9E. Windows color (decimal): -3113022 or 12746704. OLE color: 12746704.

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

Color convert

RGB 208 127 194 -
CMYK 0 0.39 0.07 0.18
HSL 310.37º 0.46% 0.66% -
HSV(B) 310.37º 0.39% 0.82% -
XYZ 43.34 32.48 55.02 -
YUV 158.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 208 127 194 0 0.39 0.07 0.18 310.37 0.46 0.66
Hex D0 7F C2 0 27 7 12 136 2E 42
Octal 320 177 302 0 47 7 22 466 56 102
Binary 11010000 1111111 11000010 0 100111 111 10010 100110110 101110 1000010

Color Harmonies of #D07FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FC2

Black with #D07FC2

Text Example


Text Example

White with #D07FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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