Html Css Color HEX #D765CD Orchid

📋 copy color: '#D765CD'

red 215 ◦ green 101 ◦ blue 205

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

Shades of Orchid #D765CD

Tints of Orchid #D765CD

RGB

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

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

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

R = 41.27%
G = 19.39%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D765CD (or 0xD765CD) is known color: Orchid. HEX triplet: D7, 65 and CD. RGB value is (215,101,205). Sum of RGB (Red+Green+Blue) = 215+101+205=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D765CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765CD is #289A32. Grayscale: #929292. Windows color (decimal): -2660915 or 13460951. OLE color: 13460951.

HSL color Cylindrical-coordinate representation of color #D765CD: hue angle of 305.26º 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 #D765CD is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 205 -
CMYK 0 0.53 0.05 0.16
HSL 305.26º 0.59% 0.62% -
HSV(B) 305.26º 0.53% 0.84% -
XYZ 43.7 28.16 60.89 -
YUV 146.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 215 101 205 0 0.53 0.05 0.16 305.26 0.59 0.62
Hex D7 65 CD 0 35 5 10 131 3B 3E
Octal 327 145 315 0 65 5 20 461 73 76
Binary 11010111 1100101 11001101 0 110101 101 10000 100110001 111011 111110

Color Harmonies of #D765CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765CD

Black with #D765CD

Text Example


Text Example

White with #D765CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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