Html Css Color HEX #D05FCF Orchid

📋 copy color: '#D05FCF'

red 208 ◦ green 95 ◦ blue 207

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

Shades of Orchid #D05FCF

Tints of Orchid #D05FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 40.78%
G = 18.63%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D05FCF (or 0xD05FCF) is known color: Orchid. HEX triplet: D0, 5F and CF. RGB value is (208,95,207). Sum of RGB (Red+Green+Blue) = 208+95+207=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FCF is #2FA030. Grayscale: #8D8D8D. Windows color (decimal): -3121201 or 13590480. OLE color: 13590480.

HSL color Cylindrical-coordinate representation of color #D05FCF: hue angle of 300.53º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FCF is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 95 207 -
CMYK 0 0.54 0.00 0.18
HSL 300.53º 0.55% 0.59% -
HSV(B) 300.53º 0.54% 0.82% -
XYZ 41.37 26.1 61.89 -
YUV 141.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 208 95 207 0 0.54 0.00 0.18 300.53 0.55 0.59
Hex D0 5F CF 0 36 0 12 12D 37 3B
Octal 320 137 317 0 66 0 22 455 67 73
Binary 11010000 1011111 11001111 0 110110 0 10010 100101101 110111 111011

Color Harmonies of #D05FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FCF

Black with #D05FCF

Text Example


Text Example

White with #D05FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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