Html Css Color HEX #D060D7 Orchid

📋 copy color: '#D060D7'

red 208 ◦ green 96 ◦ blue 215

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

Shades of Orchid #D060D7

Tints of Orchid #D060D7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.5%

 BLUE value IS 215 (84.38% from 255) = 41.43%

R = 40.08%
G = 18.5%
B = 41.43%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D060D7 (or 0xD060D7) is known color: Orchid. HEX triplet: D0, 60 and D7. RGB value is (208,96,215). Sum of RGB (Red+Green+Blue) = 208+96+215=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #D060D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060D7 is #2F9F28. Grayscale: #8E8E8E. Windows color (decimal): -3120937 or 14115024. OLE color: 14115024.

HSL color Cylindrical-coordinate representation of color #D060D7: hue angle of 296.47º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D060D7 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 96 215 -
CMYK 0.03 0.55 0 0.16
HSL 296.47º 0.6% 0.61% -
HSV(B) 296.47º 0.55% 0.84% -
XYZ 42.46 26.68 67.2 -
YUV 143.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 208 96 215 0.03 0.55 0 0.16 296.47 0.6 0.61
Hex D0 60 D7 3 37 0 10 128 3C 3D
Octal 320 140 327 3 67 0 20 450 74 75
Binary 11010000 1100000 11010111 11 110111 0 10000 100101000 111100 111101

Color Harmonies of #D060D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060D7

Black with #D060D7

Text Example


Text Example

White with #D060D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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