Html Css Color HEX #D07FC3 Orchid

📋 copy color: '#D07FC3'

red 208 ◦ green 127 ◦ blue 195

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

Shades of Orchid #D07FC3

Tints of Orchid #D07FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.79%

R = 39.25%
G = 23.96%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D07FC3 (or 0xD07FC3) is known color: Orchid. HEX triplet: D0, 7F and C3. RGB value is (208,127,195). Sum of RGB (Red+Green+Blue) = 208+127+195=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC3 is #2F803C. Grayscale: #9E9E9E. Windows color (decimal): -3113021 or 12812240. OLE color: 12812240.

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

Color convert

RGB 208 127 195 -
CMYK 0 0.39 0.06 0.18
HSL 309.63º 0.46% 0.66% -
HSV(B) 309.63º 0.39% 0.82% -
XYZ 43.45 32.53 55.62 -
YUV 158.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 208 127 195 0 0.39 0.06 0.18 309.63 0.46 0.66
Hex D0 7F C3 0 27 6 12 136 2E 42
Octal 320 177 303 0 47 6 22 466 56 102
Binary 11010000 1111111 11000011 0 100111 110 10010 100110110 101110 1000010

Color Harmonies of #D07FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FC3

Black with #D07FC3

Text Example


Text Example

White with #D07FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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