Html Css Color HEX #D767CB Orchid

📋 copy color: '#D767CB'

red 215 ◦ green 103 ◦ blue 203

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

Shades of Orchid #D767CB

Tints of Orchid #D767CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.77%

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

R = 41.27%
G = 19.77%
B = 38.96%

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

#D767CB (or 0xD767CB) is known color: Orchid. HEX triplet: D7, 67 and CB. RGB value is (215,103,203). Sum of RGB (Red+Green+Blue) = 215+103+203=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D767CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767CB is #289834. Grayscale: #939393. Windows color (decimal): -2660405 or 13330391. OLE color: 13330391.

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

Color convert

RGB 215 103 203 -
CMYK 0 0.52 0.06 0.16
HSL 306.43º 0.58% 0.62% -
HSV(B) 306.43º 0.52% 0.84% -
XYZ 43.65 28.46 59.69 -
YUV 147.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 215 103 203 0 0.52 0.06 0.16 306.43 0.58 0.62
Hex D7 67 CB 0 34 6 10 132 3A 3E
Octal 327 147 313 0 64 6 20 462 72 76
Binary 11010111 1100111 11001011 0 110100 110 10000 100110010 111010 111110

Color Harmonies of #D767CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767CB

Black with #D767CB

Text Example


Text Example

White with #D767CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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