Html Css Color HEX #D165CA Orchid

📋 copy color: '#D165CA'

red 209 ◦ green 101 ◦ blue 202

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

Shades of Orchid #D165CA

Tints of Orchid #D165CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 40.82%
G = 19.73%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D165CA (or 0xD165CA) is known color: Orchid. HEX triplet: D1, 65 and CA. RGB value is (209,101,202). Sum of RGB (Red+Green+Blue) = 209+101+202=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D165CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165CA is #2E9A35. Grayscale: #909090. Windows color (decimal): -3054134 or 13264337. OLE color: 13264337.

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

Color convert

RGB 209 101 202 -
CMYK 0 0.52 0.03 0.18
HSL 303.89º 0.54% 0.61% -
HSV(B) 303.89º 0.52% 0.82% -
XYZ 41.61 27.13 58.92 -
YUV 144.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 209 101 202 0 0.52 0.03 0.18 303.89 0.54 0.61
Hex D1 65 CA 0 34 3 12 130 36 3D
Octal 321 145 312 0 64 3 22 460 66 75
Binary 11010001 1100101 11001010 0 110100 11 10010 100110000 110110 111101

Color Harmonies of #D165CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165CA

Black with #D165CA

Text Example


Text Example

White with #D165CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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