Html Css Color HEX #D763CF Orchid

📋 copy color: '#D763CF'

red 215 ◦ green 99 ◦ blue 207

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

Shades of Orchid #D763CF

Tints of Orchid #D763CF

RGB

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

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

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

R = 41.27%
G = 19%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D763CF (or 0xD763CF) is known color: Orchid. HEX triplet: D7, 63 and CF. RGB value is (215,99,207). Sum of RGB (Red+Green+Blue) = 215+99+207=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D763CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763CF is #289C30. Grayscale: #919191. Windows color (decimal): -2661425 or 13591511. OLE color: 13591511.

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

Color convert

RGB 215 99 207 -
CMYK 0 0.54 0.04 0.16
HSL 304.14º 0.59% 0.62% -
HSV(B) 304.14º 0.54% 0.84% -
XYZ 43.75 27.88 62.11 -
YUV 146 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 215 99 207 0 0.54 0.04 0.16 304.14 0.59 0.62
Hex D7 63 CF 0 36 4 10 130 3B 3E
Octal 327 143 317 0 66 4 20 460 73 76
Binary 11010111 1100011 11001111 0 110110 100 10000 100110000 111011 111110

Color Harmonies of #D763CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763CF

Black with #D763CF

Text Example


Text Example

White with #D763CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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