Html Css Color HEX #D768CF Orchid

📋 copy color: '#D768CF'

red 215 ◦ green 104 ◦ blue 207

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

Shades of Orchid #D768CF

Tints of Orchid #D768CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.77%

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

R = 40.87%
G = 19.77%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D768CF (or 0xD768CF) is known color: Orchid. HEX triplet: D7, 68 and CF. RGB value is (215,104,207). Sum of RGB (Red+Green+Blue) = 215+104+207=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D768CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768CF is #289730. Grayscale: #949494. Windows color (decimal): -2660145 or 13592791. OLE color: 13592791.

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

Color convert

RGB 215 104 207 -
CMYK 0 0.52 0.04 0.16
HSL 304.32º 0.58% 0.63% -
HSV(B) 304.32º 0.52% 0.84% -
XYZ 44.24 28.85 62.27 -
YUV 148.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 215 104 207 0 0.52 0.04 0.16 304.32 0.58 0.63
Hex D7 68 CF 0 34 4 10 130 3A 3F
Octal 327 150 317 0 64 4 20 460 72 77
Binary 11010111 1101000 11001111 0 110100 100 10000 100110000 111010 111111

Color Harmonies of #D768CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768CF

Black with #D768CF

Text Example


Text Example

White with #D768CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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