Html Css Color HEX #D165CD Orchid

📋 copy color: '#D165CD'

red 209 ◦ green 101 ◦ blue 205

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

Shades of Orchid #D165CD

Tints of Orchid #D165CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.61%

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

R = 40.58%
G = 19.61%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D165CD (or 0xD165CD) is known color: Orchid. HEX triplet: D1, 65 and CD. RGB value is (209,101,205). Sum of RGB (Red+Green+Blue) = 209+101+205=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D165CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165CD is #2E9A32. Grayscale: #909090. Windows color (decimal): -3054131 or 13460945. OLE color: 13460945.

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

Color convert

RGB 209 101 205 -
CMYK 0 0.52 0.02 0.18
HSL 302.22º 0.54% 0.61% -
HSV(B) 302.22º 0.52% 0.82% -
XYZ 41.97 27.27 60.81 -
YUV 145.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 209 101 205 0 0.52 0.02 0.18 302.22 0.54 0.61
Hex D1 65 CD 0 34 2 12 12E 36 3D
Octal 321 145 315 0 64 2 22 456 66 75
Binary 11010001 1100101 11001101 0 110100 10 10010 100101110 110110 111101

Color Harmonies of #D165CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165CD

Black with #D165CD

Text Example


Text Example

White with #D165CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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