Html Css Color HEX #D768CB Orchid

📋 copy color: '#D768CB'

red 215 ◦ green 104 ◦ blue 203

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

Shades of Orchid #D768CB

Tints of Orchid #D768CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 41.19%
G = 19.92%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D768CB (or 0xD768CB) is known color: Orchid. HEX triplet: D7, 68 and CB. RGB value is (215,104,203). Sum of RGB (Red+Green+Blue) = 215+104+203=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D768CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768CB is #289734. Grayscale: #949494. Windows color (decimal): -2660149 or 13330647. OLE color: 13330647.

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

Color convert

RGB 215 104 203 -
CMYK 0 0.52 0.06 0.16
HSL 306.49º 0.58% 0.63% -
HSV(B) 306.49º 0.52% 0.84% -
XYZ 43.75 28.66 59.73 -
YUV 148.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 215 104 203 0 0.52 0.06 0.16 306.49 0.58 0.63
Hex D7 68 CB 0 34 6 10 132 3A 3F
Octal 327 150 313 0 64 6 20 462 72 77
Binary 11010111 1101000 11001011 0 110100 110 10000 100110010 111010 111111

Color Harmonies of #D768CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768CB

Black with #D768CB

Text Example


Text Example

White with #D768CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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