Html Css Color HEX #D05FE7 Orchid

📋 copy color: '#D05FE7'

red 208 ◦ green 95 ◦ blue 231

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

Shades of Orchid #D05FE7

Tints of Orchid #D05FE7

RGB

 RED value IS 208 (81.64% from 255) = 38.95%

 GREEN value IS 95 (37.5% from 255) = 17.79%

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

R = 38.95%
G = 17.79%
B = 43.26%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D05FE7 (or 0xD05FE7) is known color: Orchid. HEX triplet: D0, 5F and E7. RGB value is (208,95,231). Sum of RGB (Red+Green+Blue) = 208+95+231=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #D05FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FE7 is #2FA018. Grayscale: #8F8F8F. Windows color (decimal): -3121177 or 15163344. OLE color: 15163344.

HSL color Cylindrical-coordinate representation of color #D05FE7: hue angle of 289.85º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05FE7 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 95 231 -
CMYK 0.10 0.59 0 0.09
HSL 289.85º 0.74% 0.64% -
HSV(B) 289.85º 0.59% 0.91% -
XYZ 44.53 27.36 78.54 -
YUV 144.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 208 95 231 0.10 0.59 0 0.09 289.85 0.74 0.64
Hex D0 5F E7 A 3B 0 9 122 4A 40
Octal 320 137 347 12 73 0 11 442 112 100
Binary 11010000 1011111 11100111 1010 111011 0 1001 100100010 1001010 1000000

Color Harmonies of #D05FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FE7

Black with #D05FE7

Text Example


Text Example

White with #D05FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FE7; }

 p { color: rgb(208,95,231); }

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

background-color css

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

 a { background-color: rgb(208,95,231); }

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

border-color css

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

 span { border-color: rgb(208,95,231); }

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