Html Css Color HEX #D765CF Orchid

📋 copy color: '#D765CF'

red 215 ◦ green 101 ◦ blue 207

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

Shades of Orchid #D765CF

Tints of Orchid #D765CF

RGB

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

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

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

R = 41.11%
G = 19.31%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D765CF (or 0xD765CF) is known color: Orchid. HEX triplet: D7, 65 and CF. RGB value is (215,101,207). Sum of RGB (Red+Green+Blue) = 215+101+207=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D765CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765CF is #289A30. Grayscale: #929292. Windows color (decimal): -2660913 or 13592023. OLE color: 13592023.

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

Color convert

RGB 215 101 207 -
CMYK 0 0.53 0.04 0.16
HSL 304.21º 0.59% 0.62% -
HSV(B) 304.21º 0.53% 0.84% -
XYZ 43.94 28.26 62.17 -
YUV 147.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 215 101 207 0 0.53 0.04 0.16 304.21 0.59 0.62
Hex D7 65 CF 0 35 4 10 130 3B 3E
Octal 327 145 317 0 65 4 20 460 73 76
Binary 11010111 1100101 11001111 0 110101 100 10000 100110000 111011 111110

Color Harmonies of #D765CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765CF

Black with #D765CF

Text Example


Text Example

White with #D765CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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