Html Css Color HEX #D07CDB Orchid

📋 copy color: '#D07CDB'

red 208 ◦ green 124 ◦ blue 219

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

Shades of Orchid #D07CDB

Tints of Orchid #D07CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 37.75%
G = 22.5%
B = 39.75%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D07CDB (or 0xD07CDB) is known color: Orchid. HEX triplet: D0, 7C and DB. RGB value is (208,124,219). Sum of RGB (Red+Green+Blue) = 208+124+219=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D07CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CDB is #2F8324. Grayscale: #9F9F9F. Windows color (decimal): -3113765 or 14384336. OLE color: 14384336.

HSL color Cylindrical-coordinate representation of color #D07CDB: hue angle of 293.05º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07CDB is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 124 219 -
CMYK 0.05 0.43 0 0.14
HSL 293.05º 0.57% 0.67% -
HSV(B) 293.05º 0.43% 0.86% -
XYZ 46.01 32.94 70.95 -
YUV 159.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 208 124 219 0.05 0.43 0 0.14 293.05 0.57 0.67
Hex D0 7C DB 5 2B 0 E 125 39 43
Octal 320 174 333 5 53 0 16 445 71 103
Binary 11010000 1111100 11011011 101 101011 0 1110 100100101 111001 1000011

Color Harmonies of #D07CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CDB

Black with #D07CDB

Text Example


Text Example

White with #D07CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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