Html Css Color HEX #D07CC5 Orchid

📋 copy color: '#D07CC5'

red 208 ◦ green 124 ◦ blue 197

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

Shades of Orchid #D07CC5

Tints of Orchid #D07CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 39.32%
G = 23.44%
B = 37.24%

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

#D07CC5 (or 0xD07CC5) is known color: Orchid. HEX triplet: D0, 7C and C5. RGB value is (208,124,197). Sum of RGB (Red+Green+Blue) = 208+124+197=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC5 is #2F833A. Grayscale: #9D9D9D. Windows color (decimal): -3113787 or 12942544. OLE color: 12942544.

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

Color convert

RGB 208 124 197 -
CMYK 0 0.40 0.05 0.18
HSL 307.86º 0.47% 0.65% -
HSV(B) 307.86º 0.4% 0.82% -
XYZ 43.3 31.86 56.69 -
YUV 157.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 208 124 197 0 0.40 0.05 0.18 307.86 0.47 0.65
Hex D0 7C C5 0 28 5 12 134 2F 41
Octal 320 174 305 0 50 5 22 464 57 101
Binary 11010000 1111100 11000101 0 101000 101 10010 100110100 101111 1000001

Color Harmonies of #D07CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CC5

Black with #D07CC5

Text Example


Text Example

White with #D07CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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