Html Css Color HEX #D07CC7 Orchid

📋 copy color: '#D07CC7'

red 208 ◦ green 124 ◦ blue 199

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

Shades of Orchid #D07CC7

Tints of Orchid #D07CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 39.17%
G = 23.35%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D07CC7 (or 0xD07CC7) is known color: Orchid. HEX triplet: D0, 7C and C7. RGB value is (208,124,199). Sum of RGB (Red+Green+Blue) = 208+124+199=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC7 is #2F8338. Grayscale: #9D9D9D. Windows color (decimal): -3113785 or 13073616. OLE color: 13073616.

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

Color convert

RGB 208 124 199 -
CMYK 0 0.40 0.04 0.18
HSL 306.43º 0.47% 0.65% -
HSV(B) 306.43º 0.4% 0.82% -
XYZ 43.53 31.95 57.91 -
YUV 157.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 208 124 199 0 0.40 0.04 0.18 306.43 0.47 0.65
Hex D0 7C C7 0 28 4 12 132 2F 41
Octal 320 174 307 0 50 4 22 462 57 101
Binary 11010000 1111100 11000111 0 101000 100 10010 100110010 101111 1000001

Color Harmonies of #D07CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CC7

Black with #D07CC7

Text Example


Text Example

White with #D07CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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