Html Css Color HEX #D767C3 Orchid

📋 copy color: '#D767C3'

red 215 ◦ green 103 ◦ blue 195

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

Shades of Orchid #D767C3

Tints of Orchid #D767C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.01%

R = 41.91%
G = 20.08%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D767C3 (or 0xD767C3) is known color: Orchid. HEX triplet: D7, 67 and C3. RGB value is (215,103,195). Sum of RGB (Red+Green+Blue) = 215+103+195=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D767C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767C3 is #28983C. Grayscale: #929292. Windows color (decimal): -2660413 or 12806103. OLE color: 12806103.

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

Color convert

RGB 215 103 195 -
CMYK 0 0.52 0.09 0.16
HSL 310.71º 0.58% 0.62% -
HSV(B) 310.71º 0.52% 0.84% -
XYZ 42.72 28.09 54.8 -
YUV 146.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 215 103 195 0 0.52 0.09 0.16 310.71 0.58 0.62
Hex D7 67 C3 0 34 9 10 137 3A 3E
Octal 327 147 303 0 64 11 20 467 72 76
Binary 11010111 1100111 11000011 0 110100 1001 10000 100110111 111010 111110

Color Harmonies of #D767C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767C3

Black with #D767C3

Text Example


Text Example

White with #D767C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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