Html Css Color HEX #D769CC Orchid

📋 copy color: '#D769CC'

red 215 ◦ green 105 ◦ blue 204

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

Shades of Orchid #D769CC

Tints of Orchid #D769CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.04%

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

R = 41.03%
G = 20.04%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D769CC (or 0xD769CC) is known color: Orchid. HEX triplet: D7, 69 and CC. RGB value is (215,105,204). Sum of RGB (Red+Green+Blue) = 215+105+204=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D769CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769CC is #289633. Grayscale: #949494. Windows color (decimal): -2659892 or 13396439. OLE color: 13396439.

HSL color Cylindrical-coordinate representation of color #D769CC: hue angle of 306º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D769CC is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 204 -
CMYK 0 0.51 0.05 0.16
HSL 306º 0.58% 0.63% -
HSV(B) 306º 0.51% 0.84% -
XYZ 43.97 28.91 60.39 -
YUV 149.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 215 105 204 0 0.51 0.05 0.16 306 0.58 0.63
Hex D7 69 CC 0 33 5 10 132 3A 3F
Octal 327 151 314 0 63 5 20 462 72 77
Binary 11010111 1101001 11001100 0 110011 101 10000 100110010 111010 111111

Color Harmonies of #D769CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769CC

Black with #D769CC

Text Example


Text Example

White with #D769CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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