Html Css Color HEX #D765C1 Orchid

📋 copy color: '#D765C1'

red 215 ◦ green 101 ◦ blue 193

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

Shades of Orchid #D765C1

Tints of Orchid #D765C1

RGB

 RED value IS 215 (84.38% from 255) = 42.24%

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

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 42.24%
G = 19.84%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D765C1 (or 0xD765C1) is known color: Orchid. HEX triplet: D7, 65 and C1. RGB value is (215,101,193). Sum of RGB (Red+Green+Blue) = 215+101+193=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D765C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765C1 is #289A3E. Grayscale: #919191. Windows color (decimal): -2660927 or 12674519. OLE color: 12674519.

HSL color Cylindrical-coordinate representation of color #D765C1: hue angle of 311.58º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D765C1 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 193 -
CMYK 0 0.53 0.10 0.16
HSL 311.58º 0.59% 0.62% -
HSV(B) 311.58º 0.53% 0.84% -
XYZ 42.3 27.6 53.55 -
YUV 145.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 215 101 193 0 0.53 0.10 0.16 311.58 0.59 0.62
Hex D7 65 C1 0 35 A 10 138 3B 3E
Octal 327 145 301 0 65 12 20 470 73 76
Binary 11010111 1100101 11000001 0 110101 1010 10000 100111000 111011 111110

Color Harmonies of #D765C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765C1

Black with #D765C1

Text Example


Text Example

White with #D765C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765C1; }

 p { color: rgb(215,101,193); }

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

background-color css

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

 a { background-color: rgb(215,101,193); }

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

border-color css

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

 span { border-color: rgb(215,101,193); }

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