Html Css Color HEX #D07BC6 Orchid

📋 copy color: '#D07BC6'

red 208 ◦ green 123 ◦ blue 198

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

Shades of Orchid #D07BC6

Tints of Orchid #D07BC6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.25%

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 39.32%
G = 23.25%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D07BC6 (or 0xD07BC6) is known color: Orchid. HEX triplet: D0, 7B and C6. RGB value is (208,123,198). Sum of RGB (Red+Green+Blue) = 208+123+198=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BC6 is #2F8439. Grayscale: #9C9C9C. Windows color (decimal): -3114042 or 13007824. OLE color: 13007824.

HSL color Cylindrical-coordinate representation of color #D07BC6: hue angle of 307.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07BC6 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 123 198 -
CMYK 0 0.41 0.05 0.18
HSL 307.06º 0.47% 0.65% -
HSV(B) 307.06º 0.41% 0.82% -
XYZ 43.29 31.65 57.25 -
YUV 156.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 208 123 198 0 0.41 0.05 0.18 307.06 0.47 0.65
Hex D0 7B C6 0 29 5 12 133 2F 41
Octal 320 173 306 0 51 5 22 463 57 101
Binary 11010000 1111011 11000110 0 101001 101 10010 100110011 101111 1000001

Color Harmonies of #D07BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BC6

Black with #D07BC6

Text Example


Text Example

White with #D07BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BC6; }

 p { color: rgb(208,123,198); }

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

background-color css

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

 a { background-color: rgb(208,123,198); }

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

border-color css

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

 span { border-color: rgb(208,123,198); }

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