Html Css Color HEX #D765CC Orchid

📋 copy color: '#D765CC'

red 215 ◦ green 101 ◦ blue 204

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

Shades of Orchid #D765CC

Tints of Orchid #D765CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 41.35%
G = 19.42%
B = 39.23%

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

#D765CC (or 0xD765CC) is known color: Orchid. HEX triplet: D7, 65 and CC. RGB value is (215,101,204). Sum of RGB (Red+Green+Blue) = 215+101+204=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D765CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765CC is #289A33. Grayscale: #929292. Windows color (decimal): -2660916 or 13395415. OLE color: 13395415.

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

Color convert

RGB 215 101 204 -
CMYK 0 0.53 0.05 0.16
HSL 305.79º 0.59% 0.62% -
HSV(B) 305.79º 0.53% 0.84% -
XYZ 43.58 28.11 60.26 -
YUV 146.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 215 101 204 0 0.53 0.05 0.16 305.79 0.59 0.62
Hex D7 65 CC 0 35 5 10 132 3B 3E
Octal 327 145 314 0 65 5 20 462 73 76
Binary 11010111 1100101 11001100 0 110101 101 10000 100110010 111011 111110

Color Harmonies of #D765CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765CC

Black with #D765CC

Text Example


Text Example

White with #D765CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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