Html Css Color HEX #D07CDE Orchid

📋 copy color: '#D07CDE'

red 208 ◦ green 124 ◦ blue 222

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

Shades of Orchid #D07CDE

Tints of Orchid #D07CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 37.55%
G = 22.38%
B = 40.07%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D07CDE (or 0xD07CDE) is known color: Orchid. HEX triplet: D0, 7C and DE. RGB value is (208,124,222). Sum of RGB (Red+Green+Blue) = 208+124+222=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #D07CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CDE is #2F8321. Grayscale: #9F9F9F. Windows color (decimal): -3113762 or 14580944. OLE color: 14580944.

HSL color Cylindrical-coordinate representation of color #D07CDE: hue angle of 291.43º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07CDE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 124 222 -
CMYK 0.06 0.44 0 0.13
HSL 291.43º 0.6% 0.68% -
HSV(B) 291.43º 0.44% 0.87% -
XYZ 46.4 33.1 73.05 -
YUV 160.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 208 124 222 0.06 0.44 0 0.13 291.43 0.6 0.68
Hex D0 7C DE 6 2C 0 D 123 3C 44
Octal 320 174 336 6 54 0 15 443 74 104
Binary 11010000 1111100 11011110 110 101100 0 1101 100100011 111100 1000100

Color Harmonies of #D07CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CDE

Black with #D07CDE

Text Example


Text Example

White with #D07CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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