Html Css Color HEX #D165CF Orchid

📋 copy color: '#D165CF'

red 209 ◦ green 101 ◦ blue 207

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

Shades of Orchid #D165CF

Tints of Orchid #D165CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 40.43%
G = 19.54%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D165CF (or 0xD165CF) is known color: Orchid. HEX triplet: D1, 65 and CF. RGB value is (209,101,207). Sum of RGB (Red+Green+Blue) = 209+101+207=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D165CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165CF is #2E9A30. Grayscale: #919191. Windows color (decimal): -3054129 or 13592017. OLE color: 13592017.

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

Color convert

RGB 209 101 207 -
CMYK 0 0.52 0.01 0.18
HSL 301.11º 0.54% 0.61% -
HSV(B) 301.11º 0.52% 0.82% -
XYZ 42.21 27.37 62.09 -
YUV 145.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 209 101 207 0 0.52 0.01 0.18 301.11 0.54 0.61
Hex D1 65 CF 0 34 1 12 12D 36 3D
Octal 321 145 317 0 64 1 22 455 66 75
Binary 11010001 1100101 11001111 0 110100 1 10010 100101101 110110 111101

Color Harmonies of #D165CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165CF

Black with #D165CF

Text Example


Text Example

White with #D165CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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