Html Css Color HEX #D767E7 Orchid

📋 copy color: '#D767E7'

red 215 ◦ green 103 ◦ blue 231

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

Shades of Orchid #D767E7

Tints of Orchid #D767E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.08%

R = 39.16%
G = 18.76%
B = 42.08%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D767E7 (or 0xD767E7) is known color: Orchid. HEX triplet: D7, 67 and E7. RGB value is (215,103,231). Sum of RGB (Red+Green+Blue) = 215+103+231=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #D767E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D767E7 is #289818. Grayscale: #969696. Windows color (decimal): -2660377 or 15165399. OLE color: 15165399.

HSL color Cylindrical-coordinate representation of color #D767E7: hue angle of 292.5º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D767E7 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 103 231 -
CMYK 0.07 0.55 0 0.09
HSL 292.5º 0.73% 0.65% -
HSV(B) 292.5º 0.55% 0.91% -
XYZ 47.3 29.92 78.88 -
YUV 151.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 215 103 231 0.07 0.55 0 0.09 292.5 0.73 0.65
Hex D7 67 E7 7 37 0 9 124 49 41
Octal 327 147 347 7 67 0 11 444 111 101
Binary 11010111 1100111 11100111 111 110111 0 1001 100100100 1001001 1000001

Color Harmonies of #D767E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767E7

Black with #D767E7

Text Example


Text Example

White with #D767E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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