Html Css Color HEX #D07CCD Orchid

📋 copy color: '#D07CCD'

red 208 ◦ green 124 ◦ blue 205

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

Shades of Orchid #D07CCD

Tints of Orchid #D07CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 38.73%
G = 23.09%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D07CCD (or 0xD07CCD) is known color: Orchid. HEX triplet: D0, 7C and CD. RGB value is (208,124,205). Sum of RGB (Red+Green+Blue) = 208+124+205=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CCD is #2F8332. Grayscale: #9E9E9E. Windows color (decimal): -3113779 or 13466832. OLE color: 13466832.

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

Color convert

RGB 208 124 205 -
CMYK 0 0.40 0.01 0.18
HSL 302.14º 0.47% 0.65% -
HSV(B) 302.14º 0.4% 0.82% -
XYZ 44.24 32.23 61.65 -
YUV 158.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 208 124 205 0 0.40 0.01 0.18 302.14 0.47 0.65
Hex D0 7C CD 0 28 1 12 12E 2F 41
Octal 320 174 315 0 50 1 22 456 57 101
Binary 11010000 1111100 11001101 0 101000 1 10010 100101110 101111 1000001

Color Harmonies of #D07CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CCD

Black with #D07CCD

Text Example


Text Example

White with #D07CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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