Html Css Color HEX #D767D0 Orchid

📋 copy color: '#D767D0'

red 215 ◦ green 103 ◦ blue 208

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

Shades of Orchid #D767D0

Tints of Orchid #D767D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 40.87%
G = 19.58%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D767D0 (or 0xD767D0) is known color: Orchid. HEX triplet: D7, 67 and D0. RGB value is (215,103,208). Sum of RGB (Red+Green+Blue) = 215+103+208=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D767D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767D0 is #28982F. Grayscale: #949494. Windows color (decimal): -2660400 or 13658071. OLE color: 13658071.

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

Color convert

RGB 215 103 208 -
CMYK 0 0.52 0.03 0.16
HSL 303.75º 0.58% 0.62% -
HSV(B) 303.75º 0.52% 0.84% -
XYZ 44.26 28.7 62.88 -
YUV 148.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 215 103 208 0 0.52 0.03 0.16 303.75 0.58 0.62
Hex D7 67 D0 0 34 3 10 130 3A 3E
Octal 327 147 320 0 64 3 20 460 72 76
Binary 11010111 1100111 11010000 0 110100 11 10000 100110000 111010 111110

Color Harmonies of #D767D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767D0

Black with #D767D0

Text Example


Text Example

White with #D767D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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