Html Css Color HEX #D07CC6 Orchid

📋 copy color: '#D07CC6'

red 208 ◦ green 124 ◦ blue 198

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

Shades of Orchid #D07CC6

Tints of Orchid #D07CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

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

R = 39.25%
G = 23.4%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D07CC6 (or 0xD07CC6) is known color: Orchid. HEX triplet: D0, 7C and C6. RGB value is (208,124,198). Sum of RGB (Red+Green+Blue) = 208+124+198=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC6 is #2F8339. Grayscale: #9D9D9D. Windows color (decimal): -3113786 or 13008080. OLE color: 13008080.

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

Color convert

RGB 208 124 198 -
CMYK 0 0.40 0.05 0.18
HSL 307.14º 0.47% 0.65% -
HSV(B) 307.14º 0.4% 0.82% -
XYZ 43.41 31.9 57.3 -
YUV 157.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 208 124 198 0 0.40 0.05 0.18 307.14 0.47 0.65
Hex D0 7C C6 0 28 5 12 133 2F 41
Octal 320 174 306 0 50 5 22 463 57 101
Binary 11010000 1111100 11000110 0 101000 101 10010 100110011 101111 1000001

Color Harmonies of #D07CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CC6

Black with #D07CC6

Text Example


Text Example

White with #D07CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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