Html Css Color HEX #D168CD Orchid

📋 copy color: '#D168CD'

red 209 ◦ green 104 ◦ blue 205

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

Shades of Orchid #D168CD

Tints of Orchid #D168CD

RGB

 RED value IS 209 (82.03% from 255) = 40.35%

 GREEN value IS 104 (41.02% from 255) = 20.08%

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

R = 40.35%
G = 20.08%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D168CD (or 0xD168CD) is known color: Orchid. HEX triplet: D1, 68 and CD. RGB value is (209,104,205). Sum of RGB (Red+Green+Blue) = 209+104+205=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D168CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168CD is #2E9732. Grayscale: #929292. Windows color (decimal): -3053363 or 13461713. OLE color: 13461713.

HSL color Cylindrical-coordinate representation of color #D168CD: hue angle of 302.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168CD is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 205 -
CMYK 0 0.50 0.02 0.18
HSL 302.29º 0.53% 0.61% -
HSV(B) 302.29º 0.5% 0.82% -
XYZ 42.26 27.86 60.91 -
YUV 146.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 209 104 205 0 0.50 0.02 0.18 302.29 0.53 0.61
Hex D1 68 CD 0 32 2 12 12E 35 3D
Octal 321 150 315 0 62 2 22 456 65 75
Binary 11010001 1101000 11001101 0 110010 10 10010 100101110 110101 111101

Color Harmonies of #D168CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168CD

Black with #D168CD

Text Example


Text Example

White with #D168CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168CD; }

 p { color: rgb(209,104,205); }

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

background-color css

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

 a { background-color: rgb(209,104,205); }

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

border-color css

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

 span { border-color: rgb(209,104,205); }

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