Html Css Color HEX #D768CD Orchid

📋 copy color: '#D768CD'

red 215 ◦ green 104 ◦ blue 205

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

Shades of Orchid #D768CD

Tints of Orchid #D768CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 41.03%
G = 19.85%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D768CD (or 0xD768CD) is known color: Orchid. HEX triplet: D7, 68 and CD. RGB value is (215,104,205). Sum of RGB (Red+Green+Blue) = 215+104+205=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D768CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768CD is #289732. Grayscale: #949494. Windows color (decimal): -2660147 or 13461719. OLE color: 13461719.

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

Color convert

RGB 215 104 205 -
CMYK 0 0.52 0.05 0.16
HSL 305.41º 0.58% 0.63% -
HSV(B) 305.41º 0.52% 0.84% -
XYZ 43.99 28.76 60.99 -
YUV 148.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 215 104 205 0 0.52 0.05 0.16 305.41 0.58 0.63
Hex D7 68 CD 0 34 5 10 131 3A 3F
Octal 327 150 315 0 64 5 20 461 72 77
Binary 11010111 1101000 11001101 0 110100 101 10000 100110001 111010 111111

Color Harmonies of #D768CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768CD

Black with #D768CD

Text Example


Text Example

White with #D768CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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