Html Css Color HEX #D763C7 Orchid

📋 copy color: '#D763C7'

red 215 ◦ green 99 ◦ blue 199

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

Shades of Orchid #D763C7

Tints of Orchid #D763C7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.3%

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 41.91%
G = 19.3%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D763C7 (or 0xD763C7) is known color: Orchid. HEX triplet: D7, 63 and C7. RGB value is (215,99,199). Sum of RGB (Red+Green+Blue) = 215+99+199=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D763C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763C7 is #289C38. Grayscale: #909090. Windows color (decimal): -2661433 or 13067223. OLE color: 13067223.

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

Color convert

RGB 215 99 199 -
CMYK 0 0.54 0.07 0.16
HSL 308.28º 0.59% 0.62% -
HSV(B) 308.28º 0.54% 0.84% -
XYZ 42.79 27.49 57.08 -
YUV 145.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 215 99 199 0 0.54 0.07 0.16 308.28 0.59 0.62
Hex D7 63 C7 0 36 7 10 134 3B 3E
Octal 327 143 307 0 66 7 20 464 73 76
Binary 11010111 1100011 11000111 0 110110 111 10000 100110100 111011 111110

Color Harmonies of #D763C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763C7

Black with #D763C7

Text Example


Text Example

White with #D763C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763C7; }

 p { color: rgb(215,99,199); }

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

background-color css

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

 a { background-color: rgb(215,99,199); }

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

border-color css

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

 span { border-color: rgb(215,99,199); }

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